[Tizen] Apply modified interface of SurfaceResized 64/213164/1 submit/tizen/20190902.073646
authorJiyun Yang <ji.yang@samsung.com>
Mon, 2 Sep 2019 07:27:57 +0000 (16:27 +0900)
committerJiyun Yang <ji.yang@samsung.com>
Mon, 2 Sep 2019 07:27:57 +0000 (16:27 +0900)
This commit is needed to work with the patch in dali-adaptor;
[Tizen] Add screen and client rotation itself function

Change-Id: I0791d0132be37c317c603e4c9c5c9830a240194f
Signed-off-by: Jiyun Yang <ji.yang@samsung.com>
dali-extension/internal/evas-plugin/evas-plugin-impl.cpp

index 8d624fb..fd8c91b 100755 (executable)
@@ -206,7 +206,7 @@ void EvasPlugin::ResizeSurface( int width, int height )
 
   mSurface->MoveResize( PositionSize( 0, 0, width, height ) );
 
-  SurfaceResized();
+  SurfaceResized( true );
 
   Adaptor::SurfaceSize newSize( width, height );