X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=dali%2Finternal%2Fsystem%2Fcommon%2Fthread-controller.h;h=471a5f93d5d8d391619d712a5a6ea553261dcbcf;hb=e2b1bb333f68b1a21a24f84c6c21db2f618a8f53;hp=c4f3961c84c20a141037bf0667e87be9dbc343e6;hpb=8b1a81f1588e23f783ad1021aa11ffc7d33a86b4;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 c4f3961..471a5f9 100644 --- a/dali/internal/system/common/thread-controller.h +++ b/dali/internal/system/common/thread-controller.h @@ -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.