Revert "[Tizen] Apply modified interface of SurfaceResized"
authorJoogab Yun <joogab.yun@samsung.com>
Mon, 24 Aug 2020 05:44:14 +0000 (14:44 +0900)
committerJoogab Yun <joogab.yun@samsung.com>
Mon, 24 Aug 2020 05:44:14 +0000 (14:44 +0900)
This reverts commit c1cabbab0d1787e3621b9d6004cd5fd4aa94e6c4.

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

index 21aae62..3a14a8f 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 );