Merge "DALi Version 2.1.32" into devel/master
[platform/core/uifw/dali-adaptor.git] / dali / internal / vector-animation / common / vector-animation-renderer-impl.h
index b0de095..b9522cb 100644 (file)
@@ -2,7 +2,7 @@
 #define DALI_INTERNAL_VECTOR_ANIMATION_RENDERER_IMPL_H
 
 /*
- * Copyright (c) 2021 Samsung Electronics Co., Ltd.
+ * Copyright (c) 2022 Samsung Electronics Co., Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
@@ -98,9 +98,14 @@ public:
   bool GetMarkerInfo(const std::string& marker, uint32_t& startFrame, uint32_t& endFrame) const;
 
   /**
-   * @copydoc Dali::VectorAnimationRenderer::IgnoreRenderedFrame()
+   * @copydoc Dali::VectorAnimationRenderer::InvalidateBuffer()
    */
-  void IgnoreRenderedFrame();
+  void InvalidateBuffer();
+
+  /**
+   * @copydoc Dali::VectorAnimationRenderer::AddPropertyValueCallback()
+   */
+  void AddPropertyValueCallback(const std::string& keyPath, Dali::VectorAnimationRenderer::VectorProperty property, CallbackBase* callback, int32_t id);
 
   /**
    * @copydoc Dali::VectorAnimationRenderer::UploadCompletedSignal()