[Tizen] Apply modified interface of SurfaceResized accepted/tizen/unified/20200123.005117 submit/tizen/20200121.102439
authorSeungho, Baek <sbsh.baek@samsung.com>
Tue, 21 Jan 2020 08:38:31 +0000 (17:38 +0900)
committerSeungho, Baek <sbsh.baek@samsung.com>
Tue, 21 Jan 2020 08:38:37 +0000 (17:38 +0900)
This reverts commit 2f41f00a72dc808f1997be59750cfebb40a741ab.

Change-Id: Id42611d1e2c8b16c40ad6376625b5f67249dc063

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