Force call KeepRendering when lottie animation stopped, or frame changed
[platform/core/uifw/dali-toolkit.git] / dali-toolkit / internal / visuals / animated-vector-image / animated-vector-image-visual.h
index fc7d7a4..7e7b04d 100644 (file)
@@ -188,6 +188,13 @@ private:
   void OnAnimationFinished(uint32_t playStateId);
 
   /**
+   * @brief Event callback from rasterize thread. This is called when we want to ensure rendering next frame.
+   *
+   * @param[in] argument Not using arguments
+   */
+  void OnForceRendering(uint32_t argument);
+
+  /**
    * @brief Send animation data to the rasterize thread.
    */
   void SendAnimationData();