Revert "[Tizen] Apply modified interface of SurfaceResized"
authorseungho <seungho@seungho.tn.corp.samsungelectronics.net>
Wed, 28 Oct 2020 12:34:30 +0000 (21:34 +0900)
committerseungho <seungho@seungho.tn.corp.samsungelectronics.net>
Wed, 28 Oct 2020 12:34:30 +0000 (21:34 +0900)
This reverts commit a33a54b7a994a5e74ba2e84866ea70e1c340f2db.

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

index 6406c7e..d508333 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 );