Revert "[Tizen] Do not skip rendering if update required keep rendering"
[platform/core/uifw/dali-adaptor.git] / dali / internal / adaptor / common / framework.h
index 0f64fc5..ad89efe 100644 (file)
@@ -300,6 +300,12 @@ public:
   virtual std::string GetRegion() const;
 
   /**
+   * Gets the context of the main loop
+   * @return Platform dependent context handle
+   */
+  virtual Any GetMainLoopContext() const;
+
+  /**
    * Checks whether the main loop of the framework is running.
    * @return true, if the main loop is running, false otherwise.
    */