X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=dali%2Finternal%2Fsystem%2Fcommon%2Fthread-controller.h;h=4a7b81e13585cf2486503ee9a0951a72c056d844;hb=refs%2Fchanges%2F43%2F209543%2F6;hp=8e13370df5064f12e97896e6147afe92741613cf;hpb=abe4f3bb17d693177c5f9728cb489634cbfa5a34;p=platform%2Fcore%2Fuifw%2Fdali-adaptor.git diff --git a/dali/internal/system/common/thread-controller.h b/dali/internal/system/common/thread-controller.h index 8e13370..4a7b81e 100644 --- a/dali/internal/system/common/thread-controller.h +++ b/dali/internal/system/common/thread-controller.h @@ -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();