[Tizen] Ensure to update full region until rotation is finished 17/260817/1
authorHeeyong Song <heeyong.song@samsung.com>
Mon, 5 Jul 2021 07:33:39 +0000 (16:33 +0900)
committerHeeyong Song <heeyong.song@samsung.com>
Mon, 5 Jul 2021 07:33:57 +0000 (16:33 +0900)
Change-Id: I1eaeae58ecd3cbb18708d9f40831f69db0a22ee1

dali/internal/window-system/common/window-render-surface.cpp

index 0be5392..fb3c93f 100644 (file)
@@ -505,6 +505,11 @@ bool WindowRenderSurface::PreRender( bool resizingSurface, const std::vector<Rec
     mDefaultScreenRotationAvailable = false;
   }
 
+  if(!mRotationFinished)
+  {
+    SetFullSwapNextFrame();
+  }
+
   SetBufferDamagedRects( damagedRects, clippingRect );
 
   return true;