Add Devel API to retrieve the RenderTaskList from Window
[platform/core/uifw/dali-adaptor.git] / dali / internal / window-system / common / window-impl.h
index b4dd829..7fd04f9 100644 (file)
@@ -129,6 +129,11 @@ public:
   Dali::Layer GetLayer( uint32_t depth ) const;
 
   /**
+   * @copydoc Dali::DevelWindow::GetRenderTaskList()
+   */
+  Dali::RenderTaskList GetRenderTaskList() const;
+
+  /**
    * @copydoc Dali::Window::AddAvailableOrientation()
    */
   void AddAvailableOrientation(Dali::Window::WindowOrientation orientation);