Revert "[Tizen] Partial rendering rotation does not work."
authorSeoyeon Kim <seoyeon2.kim@samsung.com>
Wed, 16 Sep 2020 02:29:23 +0000 (11:29 +0900)
committerSeoyeon Kim <seoyeon2.kim@samsung.com>
Wed, 16 Sep 2020 02:29:23 +0000 (11:29 +0900)
This reverts commit ebece7aebf565140832fa7e59a66ac10afcf8fb4.

dali/internal/render/common/render-manager.cpp [changed mode: 0755->0644]

old mode 100755 (executable)
new mode 100644 (file)
index 7c80ca3..3087188
@@ -623,12 +623,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: