Revert "[Tizen] Apply modified interface of SurfaceResized"
authorneostom432 <minho.sun@samsung.com>
Mon, 23 Mar 2020 09:44:39 +0000 (18:44 +0900)
committerneostom432 <minho.sun@samsung.com>
Mon, 23 Mar 2020 09:44:39 +0000 (18:44 +0900)
This reverts commit 3ccdb2e5bcbc7abd27b27dbe31ccc317bc38c26e.

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