[Tizen] Apply modified interface of SurfaceResized accepted/tizen/unified/20201120.125458 submit/tizen/20201119.081650
authorHeeyong Song <heeyong.song@samsung.com>
Thu, 19 Nov 2020 06:00:51 +0000 (15:00 +0900)
committerHeeyong Song <heeyong.song@samsung.com>
Thu, 19 Nov 2020 06:00:53 +0000 (15:00 +0900)
Change-Id: Ic206d5361f16661d09631983b17b616736419981

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

index 035c7fc..22eca66 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 );