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%2Fvector-animation-thread.h;h=b752105fae685e0c60ca2ec47131a8854c3c3f9c;hp=8190e7bb6d57de8c4deec83fca3fe0bd19b6aab5;hb=23446c257d6ae1977bb69e53353fb1ccd5409432;hpb=a79b9acaf94aa703c82b6b39d2672d7cfd2999d9 diff --git a/dali-toolkit/internal/visuals/animated-vector-image/vector-animation-thread.h b/dali-toolkit/internal/visuals/animated-vector-image/vector-animation-thread.h index 8190e7b..b752105 100644 --- a/dali-toolkit/internal/visuals/animated-vector-image/vector-animation-thread.h +++ b/dali-toolkit/internal/visuals/animated-vector-image/vector-animation-thread.h @@ -2,7 +2,7 @@ #define DALI_TOOLKIT_VECTOR_ANIMATION_THREAD_H /* - * Copyright (c) 2021 Samsung Electronics Co., Ltd. + * Copyright (c) 2022 Samsung Electronics Co., Ltd. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -60,9 +60,11 @@ public: /** * @brief Called when the rasterization is completed from the rasterize thread. - * @param task The completed task + * @param[in] task The completed task + * @param[in] success true if the task succeeded, false otherwise. + * @param[in] keepAnimation true if the animation is running, false otherwise. */ - void OnTaskCompleted(VectorAnimationTaskPtr task, bool stopped); + void OnTaskCompleted(VectorAnimationTaskPtr task, bool success, bool keepAnimation); /** * @brief Called when the sleep thread is awaken.