[Tizen] Apply modified interface of SurfaceResized accepted/tizen/unified/20200917.030646 submit/tizen/20200916.173718
authorSeoyeon Kim <seoyeon2.kim@samsung.com>
Wed, 16 Sep 2020 05:16:51 +0000 (14:16 +0900)
committerSeoyeon Kim <seoyeon2.kim@samsung.com>
Wed, 16 Sep 2020 05:16:55 +0000 (14:16 +0900)
This reverts commit fe8ac0289b23890caf00b0549ea6b43cd8ad8bd8.

Change-Id: I7fd6ec017b8e407a61182066b849e0242567393d

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