Revert "[Tizen] Apply modified interface of SurfaceResized"
authorJoogab Yun <joogab.yun@samsung.com>
Mon, 7 Sep 2020 06:23:53 +0000 (15:23 +0900)
committerJoogab Yun <joogab.yun@samsung.com>
Mon, 7 Sep 2020 06:23:53 +0000 (15:23 +0900)
This reverts commit e6eb930db7d4a5c77a0e41f0e96f88b525089c19.

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

index 8a40e45..c92dc92 100644 (file)
@@ -186,7 +186,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 );