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

Change-Id: I8eca7076696299f1e6ad49bb6fb74b9f1f254a48

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