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