[Tizen] Apply modified interface of SurfaceResized
authorWonsik Jung <sidein@samsung.com>
Tue, 10 Nov 2020 09:28:13 +0000 (18:28 +0900)
committerWonsik Jung <sidein@samsung.com>
Tue, 10 Nov 2020 09:28:20 +0000 (18:28 +0900)
This reverts commit 743e80e8ab305b8b05bcd9149982d7ccbee4ee90.

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

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