Revert "[Tizen] Partial rendering rotation does not work"
authorMoonhee, Choi <mh0310.choi@samsung.com>
Tue, 19 Jan 2021 03:11:34 +0000 (12:11 +0900)
committerMoonhee, Choi <mh0310.choi@samsung.com>
Tue, 19 Jan 2021 03:11:34 +0000 (12:11 +0900)
This reverts commit 564949e9ef397cc46afafaa0d92d8bdccd5873b0.

dali/internal/render/common/render-manager.cpp

index 4255e80..54c31af 100755 (executable)
@@ -584,12 +584,6 @@ void RenderManager::PreRender( Integration::Scene& scene, std::vector<Rect<int>>
     return;
   }
 
-  // @TODO We need to do partial rendering rotation.
-  if( mImpl->defaultSurfaceOrientation != 0 )
-  {
-    return;
-  }
-
   class DamagedRectsCleaner
   {
   public: