[Tizen] Apply modified interface of SurfaceResized accepted/tizen/unified/20200413.222034 submit/tizen/20200413.083031
authorSeoyeon Kim <seoyeon2.kim@samsung.com>
Mon, 13 Apr 2020 08:12:37 +0000 (17:12 +0900)
committerSeoyeon Kim <seoyeon2.kim@samsung.com>
Mon, 13 Apr 2020 08:12:47 +0000 (17:12 +0900)
This reverts commit b7e5eb9ff38e4fd8c698d7a63e0e178db9325694.

Change-Id: I53d748519d140c87e8ca35da5a893bed8eab2b46

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

index 548017f..e356a51 100644 (file)
@@ -185,7 +185,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 );