X-Git-Url: http://review.tizen.org/git/?p=platform%2Fcore%2Fuifw%2Fdali-toolkit.git;a=blobdiff_plain;f=dali-toolkit%2Finternal%2Fvisuals%2Fsvg%2Fsvg-visual.h;h=5c606f1320efc5ab013efb495bd35bbe1ef072d9;hp=9dd680766f8eb7cfa4c8d6da60ed9a18339692fb;hb=e8a53a0a591085c6b7470feac4f9cea85cc8ae6e;hpb=ff6ce970724ccc8bee65f7c93411b274907c09d7 diff --git a/dali-toolkit/internal/visuals/svg/svg-visual.h b/dali-toolkit/internal/visuals/svg/svg-visual.h index 9dd6807..5c606f1 100644 --- a/dali-toolkit/internal/visuals/svg/svg-visual.h +++ b/dali-toolkit/internal/visuals/svg/svg-visual.h @@ -152,9 +152,9 @@ public: * @bried Apply the rasterized image to the visual. * * @param[in] rasterizedPixelData The pixel buffer with the rasterized pixels - * @param[in] bool Whether the resource is loaded + * @param[in] success Whether the task succeeds. */ - void ApplyRasterizedImage(PixelData rasterizedPixelData, bool isLoaded); + void ApplyRasterizedImage(PixelData rasterizedPixelData, bool success); private: /**