[Tizen] Implement partial update
[platform/core/uifw/dali-core.git] / dali / internal / event / rendering / frame-buffer-impl.h
old mode 100644 (file)
new mode 100755 (executable)
index 8484948..16c61f5
@@ -114,6 +114,12 @@ public:
    */
   void MarkSurfaceAsInvalid();
 
+  /**
+   * @brief Sets whether partial update is required for partial update
+   * @param[in] value whether partial update or not
+   */
+  void SetPartialUpdateEnabled( bool value );
+
 private: // implementation
 
   /**