Fix Window::SetSize() issue 84/192684/4
authorJiyun Yang <ji.yang@samsung.com>
Thu, 8 Nov 2018 02:13:30 +0000 (11:13 +0900)
committerJiyun Yang <ji.yang@samsung.com>
Mon, 12 Nov 2018 02:42:12 +0000 (11:42 +0900)
commitf19a9556a3c088adefae7273bbe10685a7560804
tree3dd7219b34856aad49f05469ee8b650dd1150b44
parentfafbf3088fe32c2b2bc844bf68f2cb3db37f932b
Fix Window::SetSize() issue

Issue:
In UpdateRenderThread code, there is a chance that "SurfaceRectChanged is true"
precedes the first rendering task after Window::SetSize().
In that case, PreRender() never have a chance to be called with "true"
argument, so that window resizing will not be done properly.

Change-Id: I8da0667ca2298fd42dd614dd87a0133532e48223
Signed-off-by: Jiyun Yang <ji.yang@samsung.com>
dali/internal/adaptor/common/combined-update-render-controller.cpp