[Tizen] Apply modified interface of SurfaceResized accepted/tizen/unified/20200911.043246 submit/tizen/20200908.102446 submit/tizen/20200910.200255
authorJoogab Yun <joogab.yun@samsung.com>
Mon, 7 Sep 2020 06:24:17 +0000 (15:24 +0900)
committerJoogab Yun <joogab.yun@samsung.com>
Mon, 7 Sep 2020 06:24:20 +0000 (15:24 +0900)
This reverts commit cb5abcdf326e2b929689ae85661c9fcf10110e59.

Change-Id: I28f8ef25fce8db7cebc84f0e75124788b9da38eb

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