提交 9c1ebf34 编写于 作者: N niulihua

modify for gui backends

Change-Id: I1cb9d9428c1791b4c83f18a382bd69a1fdc95d76
上级 0f5330ae
......@@ -35,6 +35,7 @@
#include "events/aod_callback.h"
#include "events/press_event.h"
#include "events/virtual_device_event.h"
#include "gfx_utils/graphic_buffer.h"
#include "gfx_utils/graphic_math.h"
#include "themes/theme_manager.h"
#include "window/window.h"
......@@ -746,7 +747,8 @@ HWTEST_F(UiInterfaceTest, SUB_GRAPHIC_INTERFACE_FIRST_6300, Function | MediumTes
font->IsLineSegmentCross();
font->IsRectCross();
font->SetOnChangeListener();
uiView->OnPostDraw(*rect);
BufferInfo bufferInfo;
uiView->OnPostDraw(bufferInfo, *rect);
EXPECT_EQ(0, 0);
delete font;
delete rect;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册