Revert "[Tizen] Apply modified interface of SurfaceResized"
authorJoogab Yun <joogab.yun@samsung.com>
Mon, 8 Jun 2020 09:24:21 +0000 (18:24 +0900)
committerJoogab Yun <joogab.yun@samsung.com>
Mon, 8 Jun 2020 09:24:21 +0000 (18:24 +0900)
This reverts commit 782c8482b1440a23cf67757f9ec6c16dd0fad21e.

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

index 59cb6cd..9c6f340 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 );