[Tizen] Apply modified interface of SurfaceResized submit/tizen_5.5/20191113.050208
authorHeeyong Song <heeyong.song@samsung.com>
Wed, 13 Nov 2019 01:32:36 +0000 (10:32 +0900)
committerHeeyong Song <heeyong.song@samsung.com>
Wed, 13 Nov 2019 01:32:41 +0000 (10:32 +0900)
dali-extension/internal/evas-plugin/evas-plugin-impl.cpp

index 13959c2..fe5ba41 100755 (executable)
@@ -206,7 +206,7 @@ void EvasPlugin::ResizeSurface( int width, int height )
 
   mSurface->MoveResize( PositionSize( 0, 0, width, height ) );
 
-  SurfaceResized();
+  SurfaceResized( true );
 
   Adaptor::SurfaceSize newSize( width, height );