Add Move method in WindowRenderSurface 51/290251/4
authorDaekwang Ryu <dkdk.ryu@samsung.com>
Wed, 22 Mar 2023 01:36:25 +0000 (10:36 +0900)
committerDaekwang Ryu <dkdk.ryu@samsung.com>
Mon, 27 Mar 2023 02:23:11 +0000 (11:23 +0900)
commit11461dd468742c4a334b99c1a30a4331b500b771
tree9b040782c2107025dc1fe6ef648eceac025603a4
parenta3ca57f5120f82dda78ea8a0f4d86eb7c87b6f60
Add Move method in WindowRenderSurface

Window::SetPosition called WindowRenderSurface::MoveResize.
It caused some issues. For instance when an app calls SetSize and
SetPosition in order in OnCreate() in Application, The window size
isn't resized.

Change-Id: I200951ce4623c8acaa0b5f78b41edfd1563a6189
dali/internal/window-system/common/window-impl.cpp
dali/internal/window-system/common/window-render-surface.cpp
dali/internal/window-system/common/window-render-surface.h