Revert "[Tizen] Support Client Rotation and Screen Rotation"
[platform/core/uifw/dali-core.git] / dali / internal / event / common / scene-impl.h
index d048099..c524d62 100644 (file)
@@ -117,12 +117,12 @@ public:
   /**
    * @copydoc Dali::Integration::Scene::SetSurface
    */
-  void SetSurface( Integration::RenderSurface& surface, bool forceUpdate );
+  void SetSurface( Integration::RenderSurface& surface );
 
   /**
    * Notify the surface has been resized.
    */
-  void SurfaceResized( bool forceUpdate );
+  void SurfaceResized();
 
   /**
    * Notify the surface has been deleted.
@@ -287,9 +287,6 @@ private:
 
   Vector4 mBackgroundColor;
 
-  // The SurfaceOrientation
-  int mSurfaceOrientation;
-
   LayerPtr mRootLayer;
 
   // Ordered list of currently on-stage layers