Revert "[Tizen] Apply modified interface of SurfaceResized"
authorJoogab Yun <joogab.yun@samsung.com>
Tue, 18 Aug 2020 08:26:49 +0000 (17:26 +0900)
committerJoogab Yun <joogab.yun@samsung.com>
Tue, 18 Aug 2020 08:26:49 +0000 (17:26 +0900)
This reverts commit 7d8424cd060b4040689159e729490a479c644fa3.

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

index 21aae62..3a14a8f 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 );