Revert "[Tizen] Apply modified interface of SurfaceResized"
authorneostom432 <minho.sun@samsung.com>
Mon, 15 Jun 2020 16:44:14 +0000 (01:44 +0900)
committerneostom432 <minho.sun@samsung.com>
Mon, 15 Jun 2020 16:44:14 +0000 (01:44 +0900)
This reverts commit dd75e2634d1bf69117fa1c28637099cf8f85b5f5.

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 );