Fix window rotation issue 25/276125/1
authorHeeyong Song <heeyong.song@samsung.com>
Fri, 10 Jun 2022 01:15:11 +0000 (10:15 +0900)
committerHeeyong Song <heeyong.song@samsung.com>
Fri, 10 Jun 2022 01:39:55 +0000 (10:39 +0900)
commitb3a039f415d8c58da3e342af714d49fec407ef2b
tree15549f2ce1fbf646f2743a01615f54b5cac9418c
parent5075f67ef3b6ba9df474b045bfa789d19e69c349
Fix window rotation issue

Pause the Adaptor
The window is rotated or resized
ForceNextUpdate - it may be by texture uploading
  CombinedUpdateRenderController::mUploadWithoutRendering = true;
So rendering is skipped

We should render the scene to send an ack to the window server in case of the window rotaion even though the Adaptor is paused.

Change-Id: Ibd3ea8eb7a91a601537a89b6db5b72955c54a45b
dali/internal/adaptor/common/combined-update-render-controller.cpp