X-Git-Url: http://review.tizen.org/git/?p=platform%2Fcore%2Fuifw%2Fdali-toolkit.git;a=blobdiff_plain;f=dali-toolkit%2Finternal%2Fvisuals%2Fanimated-vector-image%2Fanimated-vector-image-visual.h;h=533fc717b77615e03cd4d294919aa546884ecbfa;hp=4b14fc3f9480be40a22fb009e511483d787b481c;hb=23446c257d6ae1977bb69e53353fb1ccd5409432;hpb=a79b9acaf94aa703c82b6b39d2672d7cfd2999d9;ds=sidebyside 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.