Synchronize the window removal between main thread and render thread
[platform/core/uifw/dali-adaptor.git] / dali / internal / system / common / thread-controller.h
index 8e13370..4a7b81e 100644 (file)
@@ -108,6 +108,12 @@ 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();