[Tizen] Apply modified interface of SurfaceResized accepted/tizen/unified/20200529.124326 submit/tizen/20200528.050148
authorHeeyong Song <heeyong.song@samsung.com>
Wed, 27 May 2020 09:03:38 +0000 (18:03 +0900)
committerHeeyong Song <heeyong.song@samsung.com>
Wed, 27 May 2020 09:03:41 +0000 (18:03 +0900)
Change-Id: I3cc6ded10da32a30bf8ae59ff39462043f81a069

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

index 9c6f3406be509059e99548826d2f897c19461ba8..59cb6cd0321c2fc014e98e5e649bf34ee719bb59 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 );