Synchronize the window removal between main thread and render thread
[platform/core/uifw/dali-core.git] / dali / internal / common / core-impl.h
index f596ae9..21e0a74 100644 (file)
@@ -124,6 +124,11 @@ public:
   void SurfaceResized( Integration::RenderSurface* surface );
 
   /**
+   * @copydoc Dali::Integration::Core::SurfaceDeleted(Integration::RenderSurface*)
+   */
+  void SurfaceDeleted( Integration::RenderSurface* surface );
+
+  /**
    * @copydoc Dali::Integration::Core::SetMinimumFrameTimeInterval(uint32_t)
    */
   void SetMinimumFrameTimeInterval(uint32_t interval);