[Tizen] Apply modified interface of SurfaceResized 68/229568/1
authorWonsik Jung <sidein@samsung.com>
Thu, 2 Apr 2020 03:34:37 +0000 (12:34 +0900)
committerWonsik Jung <sidein@samsung.com>
Thu, 2 Apr 2020 03:35:33 +0000 (12:35 +0900)
This reverts commit 7dd50ade1ac0a3afc5b588e70c73212cc885e6d9.

Change-Id: Ice1fa2872d04769cd14ad3a8e8366c2baac10b87

dali-extension/internal/evas-plugin/scene-impl.cpp

index 548017f..e356a51 100644 (file)
@@ -185,7 +185,7 @@ void Scene::ResizeSurface( uint16_t width, uint16_t height )
 
   mSurface->MoveResize( PositionSize( 0, 0, intWidth, intHeight ) );
 
-  SurfaceResized();
+  SurfaceResized( true );
 
   Adaptor::SurfaceSize newSize( width, height );