[Tizen] Apply modified interface of SurfaceResized accepted/tizen/unified/20200515.081522 submit/tizen/20200507.062648 submit/tizen/20200508.075302 submit/tizen/20200515.014128
authorHeeyong Song <heeyong.song@samsung.com>
Thu, 7 May 2020 05:46:50 +0000 (14:46 +0900)
committerHeeyong Song <heeyong.song@samsung.com>
Thu, 7 May 2020 05:46:55 +0000 (14:46 +0900)
Change-Id: I232671230feb27ccc835e29892ebcd493dd76bae

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