Revert "[Tizen] Apply modified interface of SurfaceResized"
authorJiyun Yang <ji.yang@samsung.com>
Wed, 22 Apr 2020 06:16:16 +0000 (15:16 +0900)
committerJiyun Yang <ji.yang@samsung.com>
Wed, 22 Apr 2020 06:16:16 +0000 (15:16 +0900)
This reverts commit 361fd04e88a85b209fc7de2904d050478f5a86b2.

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

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