Revert "[Tizen] Apply modified interface of SurfaceResized"
authorSunghyun Kim <scholb.kim@samsung.com>
Wed, 23 Sep 2020 02:38:58 +0000 (11:38 +0900)
committerSunghyun Kim <scholb.kim@samsung.com>
Wed, 23 Sep 2020 02:38:58 +0000 (11:38 +0900)
This reverts commit a2e54971b707cb4369ba360600083e17a31eb553.

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