[Tizen] Apply modified interface of SurfaceResized
authorJiyun Yang <ji.yang@samsung.com>
Wed, 22 Apr 2020 06:16:37 +0000 (15:16 +0900)
committerHeeyong Song <heeyong.song@samsung.com>
Mon, 27 Apr 2020 06:20:58 +0000 (15:20 +0900)
Change-Id: Ifef89787af717ebd8134c969d0f06d7310c98df8

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