[4.0] Supports screen rotation. 68/183768/9 accepted/tizen/4.0/unified/20181011.183758 submit/tizen_4.0/20181004.072517 submit/tizen_4.0/20181005.021603 submit/tizen_4.0/20181010.011946
authorJoogab Yun <joogab.yun@samsung.com>
Wed, 11 Jul 2018 01:11:07 +0000 (10:11 +0900)
committerjoogab yun <joogab.yun@samsung.com>
Thu, 2 Aug 2018 01:03:51 +0000 (01:03 +0000)
commit85a80d48b8627b6029033b9e70776edf7678393f
tree63d5b5df8fa077847ee96210c3f5948c75355298
parent10ef5ef1fff23dbfaf21a7e3fb8360c65ffb23fa
[4.0] Supports screen rotation.

If the screen rotates, we need to change egl size and the buffer needs to be rotated.
So we need the orientation value in SurfaceResized.
SurfaceResized() API overloaded.

Change-Id: I81ac894c2f64ea5d71ea95624c00c3fa459d19e5
dali/integration-api/core.cpp [changed mode: 0644->0755]
dali/integration-api/core.h [changed mode: 0644->0755]
dali/internal/common/core-impl.cpp [changed mode: 0644->0755]
dali/internal/common/core-impl.h [changed mode: 0644->0755]
dali/internal/event/common/stage-impl.cpp [changed mode: 0644->0755]
dali/internal/event/common/stage-impl.h [changed mode: 0644->0755]