[Tizen] Call RequestUpdateOnce in OnWindowShown() 92/208492/1 accepted/tizen/unified/20190626.040904 submit/tizen/20190625.063633 submit/tizen/20190625.070138
authorHeeyong Song <heeyong.song@samsung.com>
Tue, 25 Jun 2019 06:26:25 +0000 (15:26 +0900)
committerHeeyong Song <heeyong.song@samsung.com>
Tue, 25 Jun 2019 06:32:07 +0000 (15:32 +0900)
commit6198a46e7cc1a9aae80a5522f6a89a55ccec04df
tree16b12d0b994b7790a68ed52bc15d6bf2ec817616
parent10b8e9c27d2ff677532b49da6288915c969c8831
[Tizen] Call RequestUpdateOnce in OnWindowShown()

Rendering should be done when a window is shown.
But the Adaptor may be in the running state (when other windows are shown). So call RequestUpdateOnce() in that case.

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