[Tizen] Apply modified interface of SurfaceResized accepted/tizen/unified/20200529.124250 submit/tizen/20200528.071535
authorHeeyong Song <heeyong.song@samsung.com>
Thu, 28 May 2020 06:39:03 +0000 (15:39 +0900)
committerHeeyong Song <heeyong.song@samsung.com>
Thu, 28 May 2020 06:39:06 +0000 (15:39 +0900)
Change-Id: I11894d26376a3c26662df542bd6582e2ad0276c1

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

index 9c6f340..59cb6cd 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 );