(Vector) Fix occasional tc failure
[platform/core/uifw/dali-toolkit.git] / dali-toolkit / internal / visuals / animated-vector-image / animated-vector-image-visual.h
index 533fc71..221cf23 100644 (file)
@@ -169,9 +169,9 @@ private:
 
   /**
    * @brief Called when the resource is ready.
 
   /**
    * @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.
 
   /**
    * @brief Event callback from rasterize thread. This is called after the animation is finished.