Fix a surface resize issue 81/227981/1
authorHeeyong Song <heeyong.song@samsung.com>
Tue, 10 Mar 2020 04:03:18 +0000 (13:03 +0900)
committerHeeyong Song <heeyong.song@samsung.com>
Wed, 18 Mar 2020 01:22:38 +0000 (10:22 +0900)
commita78e10d727f061c8dcc86cfc2111bd64f92d96bf
treecd0f6f27f0920ad6cb2c6076a290bd3cead330f3
parent5d7fa86beaa50aa8cb04db02abb7e6411342dc73
Fix a surface resize issue

The thread controller will wait for the response that the surface is resized in the updated thread.
But the message may be processed right after ProcessCoreEvents().
If it is processed before calling to mThreadController->ResizeSurface(), the thread controll will wait for the response forever.

So I've changed to call to mThreadController->ResizeSurface() before ProcessCoreEvents().

Change-Id: Id7d4e2a801c1d2fc8d4992676ae2b673eeb8baf0
dali/internal/adaptor/common/adaptor-impl.cpp