X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=dali-toolkit%2Finternal%2Fvisuals%2Fanimated-vector-image%2Fanimated-vector-image-visual.h;h=533fc717b77615e03cd4d294919aa546884ecbfa;hb=959f0134ef092cda808d6b810708bc21c95cd7d6;hp=4b14fc3f9480be40a22fb009e511483d787b481c;hpb=d19410c023c18c050ae226c72c6d79ebf9b0de80;p=platform%2Fcore%2Fuifw%2Fdali-toolkit.git diff --git a/dali-toolkit/internal/visuals/animated-vector-image/animated-vector-image-visual.h b/dali-toolkit/internal/visuals/animated-vector-image/animated-vector-image-visual.h index 4b14fc3..533fc71 100644 --- a/dali-toolkit/internal/visuals/animated-vector-image/animated-vector-image-visual.h +++ b/dali-toolkit/internal/visuals/animated-vector-image/animated-vector-image-visual.h @@ -168,9 +168,10 @@ private: void DoSetProperty(Property::Index index, const Property::Value& value); /** - * @brief Called when the texture upload is completed. + * @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. */ - void OnUploadCompleted(); + void OnResourceReady(bool success); /** * @brief Event callback from rasterize thread. This is called after the animation is finished.