Suspend window deletion while rendering
[platform/core/uifw/dali-adaptor.git] / dali / internal / system / common / thread-controller.h
index c4f3961..471a5f9 100644 (file)
@@ -112,12 +112,6 @@ public:
   void ReplaceSurface( Dali::RenderSurfaceInterface* surface );
 
   /**
-   * Deletes the surface.
-   * @param surface The surface to be deleted
-   */
-  void DeleteSurface( Dali::RenderSurfaceInterface* surface );
-
-  /**
    * Resize the surface.
    */
   void ResizeSurface();
@@ -144,6 +138,11 @@ public:
    */
   void AddSurface( Dali::RenderSurfaceInterface* surface );
 
+  /**
+   * @copydoc Dali::Adaptor::IsRenderingWindows()
+   */
+  bool IsRenderingWindows() const;
+
 private:
 
   // Undefined copy constructor.