[Tizen] Support Client Rotation and Screen Rotation
[platform/core/uifw/dali-core.git] / dali / internal / common / core-impl.h
index f596ae9..a97d8b1 100644 (file)
@@ -119,9 +119,14 @@ public:
   void RecoverFromContextLoss();
 
   /**
-   * @copydoc Dali::Integration::Core::SurfaceResized(Integration::RenderSurface*)
+   * @copydoc Dali::Integration::Core::SurfaceResized(Integration::RenderSurface*, bool)
    */
-  void SurfaceResized( Integration::RenderSurface* surface );
+  void SurfaceResized( Integration::RenderSurface* surface, bool forceUpdate );
+
+  /**
+   * @copydoc Dali::Integration::Core::SurfaceDeleted(Integration::RenderSurface*)
+   */
+  void SurfaceDeleted( Integration::RenderSurface* surface );
 
   /**
    * @copydoc Dali::Integration::Core::SetMinimumFrameTimeInterval(uint32_t)