[Tizen] Apply modified interface of SurfaceResized
authorJoogab Yun <joogab.yun@samsung.com>
Tue, 18 Aug 2020 08:27:09 +0000 (17:27 +0900)
committerJoogab Yun <joogab.yun@samsung.com>
Tue, 18 Aug 2020 08:27:14 +0000 (17:27 +0900)
This reverts commit 2c50e0fc9ad1d5581916542950b2491e2f7e4e12.

Change-Id: If402b5458e9e2fbef646aa5d031af927a2f4a9f1

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

index 3a14a8f..21aae62 100644 (file)
@@ -186,7 +186,7 @@ void Scene::ResizeSurface( uint16_t width, uint16_t height )
 
   mSurface->MoveResize( PositionSize( 0, 0, intWidth, intHeight ) );
 
-  SurfaceResized();
+  SurfaceResized( true );
 
   Adaptor::SurfaceSize newSize( width, height );