Revert "[Tizen] Apply modified interface of SurfaceResized"
authorJoogab Yun <joogab.yun@samsung.com>
Tue, 1 Sep 2020 08:37:28 +0000 (17:37 +0900)
committerJoogab Yun <joogab.yun@samsung.com>
Tue, 1 Sep 2020 08:37:28 +0000 (17:37 +0900)
This reverts commit e755e63785f4cf40dafac53c755859af3fa74821.

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

index 8a40e45..c92dc92 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 );