Fix the synchronization issue when window is resized or rotated 38/249438/8
authorWonsik Jung <sidein@samsung.com>
Fri, 11 Dec 2020 11:43:33 +0000 (20:43 +0900)
committerWonsik Jung <sidein@samsung.com>
Sat, 23 Jan 2021 23:25:38 +0000 (08:25 +0900)
commitd6f00e49197d6afa320764f49eebd4e6e4f15771
tree9c933ccae1b0aff4fe7e0a295d515631228b2389
parentcebdafcf3a31a0c874f4fb05f58eafb108b3e246
Fix the synchronization issue when window is resized or rotated

Window position, size and rotaton angle information are in both main and update thread.
To complete the works, the information should be synchronized in both main and update thread.
In addition, when multiple windows works and one of them resized or rotated, all windows are resized or rotated.
For fixing them, this patch has the informations are in the related modules (as Intergration::Scene, SceneGraph::Scene ... )
and are compared.

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