[Tizen] Apply modified interface of SurfaceResized submit/tizen/20200310.042640
authorJiyun Yang <ji.yang@samsung.com>
Tue, 10 Mar 2020 03:59:19 +0000 (12:59 +0900)
committerJiyun Yang <ji.yang@samsung.com>
Tue, 10 Mar 2020 03:59:19 +0000 (12:59 +0900)
Change-Id: Ic13662bcdd8d245fe9ca4e3904ed25c3f2197359
Signed-off-by: Jiyun Yang <ji.yang@samsung.com>
dali-extension/internal/evas-plugin/scene-impl.cpp

index bf2746d..a33434a 100644 (file)
@@ -175,7 +175,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 );