[Tizen] Fix window rotation issue 26/276126/1 accepted/tizen/6.5/unified/20220629.152558 submit/tizen_6.5/20220616.150849 submit/tizen_6.5/20220628.104132
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:42:44 +0000 (10:42 +0900)
commit982da4daa30ef5ddd51501edcc2a4ef20e8eefed
treee2eb719fc0a6b6b9eb26c2e3396f8cebc18bc280
parent4cebc49bfa41af08169e43afa9fa63349d16b71b
[Tizen] 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