Supports to acknowledge for completing window rotation
[platform/core/uifw/dali-adaptor.git] / dali / integration-api / adaptor-framework / native-render-surface.h
index c15f139..c55be78 100644 (file)
@@ -44,12 +44,6 @@ public:
 
 public: // API
   /**
-   * @brief Get the render surface the adaptor is using to render to.
-   * @return reference to current render surface
-   */
-  virtual Any GetDrawable() = 0;
-
-  /**
    * @brief Sets the render notification trigger to call when render thread is completed a frame
    * @param renderNotification to use
    */
@@ -67,11 +61,6 @@ private: // from NativeRenderSurface
    */
   virtual void CreateNativeRenderable() = 0;
 
-  /**
-   * @brief Release a drawable
-   */
-  virtual void ReleaseDrawable() = 0;
-
 protected:
   // Undefined
   NativeRenderSurface(const NativeRenderSurface&) = delete;