(Vector) Support dynamic properties
[platform/core/uifw/dali-toolkit.git] / dali-toolkit / internal / visuals / animated-vector-image / animated-vector-image-visual.h
index 533fc71..72c8e60 100644 (file)
@@ -159,6 +159,11 @@ protected:
    */
   void OnDoAction(const Property::Index actionId, const Property::Value& attributes) override;
 
+  /**
+   * @copydoc Visual::Base::OnDoActionExtension
+   */
+  void OnDoActionExtension(const Property::Index actionId, Dali::Any attributes) override;
+
 private:
   /**
    * Helper method to set individual values by index key.
@@ -169,9 +174,9 @@ private:
 
   /**
    * @brief Called when the resource is ready.
-   * @param[in] success True if the texture load was successful. If false, then the resource failed to load.
+   * @param[in] status The resource status
    */
-  void OnResourceReady(bool success);
+  void OnResourceReady(VectorAnimationTask::ResourceStatus status);
 
   /**
    * @brief Event callback from rasterize thread. This is called after the animation is finished.