[Tizen] Apply modified interface of SurfaceResized submit/tizen/20200923.133541
authorSunghyun Kim <scholb.kim@samsung.com>
Wed, 23 Sep 2020 02:39:55 +0000 (11:39 +0900)
committerSunghyun Kim <scholb.kim@samsung.com>
Wed, 23 Sep 2020 02:39:59 +0000 (11:39 +0900)
This reverts commit c7fd0314ff6ef647d79d9557aed347360affcdf4.

Change-Id: I855209f6d43d86b49e9ab12579c6726e3ced7f0c

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

index d508333..6406c7e 100644 (file)
@@ -186,7 +186,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 );