X-Git-Url: http://review.tizen.org/git/?p=platform%2Fcore%2Fuifw%2Fdali-toolkit.git;a=blobdiff_plain;f=dali-toolkit%2Finternal%2Fcontrols%2Frenderers%2Fsvg%2Fsvg-rasterize-thread.h;h=e3b1ce22e22af209c8cf55e05b2e19bd7323d66b;hp=83096740a423e98266ea81528cc2e9ef1f001c8e;hb=a2de9cf491172cd5da9dc9ed60b17683dab6d7bc;hpb=a9e64686388c10743bf66a9c5d6e0aa06e198c70 diff --git a/dali-toolkit/internal/controls/renderers/svg/svg-rasterize-thread.h b/dali-toolkit/internal/controls/renderers/svg/svg-rasterize-thread.h index 8309674..e3b1ce2 100644 --- a/dali-toolkit/internal/controls/renderers/svg/svg-rasterize-thread.h +++ b/dali-toolkit/internal/controls/renderers/svg/svg-rasterize-thread.h @@ -21,7 +21,7 @@ #include #include #include -#include +#include #include #include #include @@ -138,9 +138,9 @@ public: RasterizingTaskPtr NextCompletedTask(); /** - * Remove the task with the given material from the waiting queue, called by main thread. + * Remove the task with the given renderer from the waiting queue, called by main thread. * - * Typically called when the actor is put off stage, so the material is not needed anymore. + * Typically called when the actor is put off stage, so the renderer is not needed anymore. * * @param[in] renderer The renderer pointer. */ @@ -181,7 +181,7 @@ protected: /** * The entry function of the worker thread. - * It fetches task from the Queue, rasterizes the image and apply to the material. + * It fetches task from the Queue, rasterizes the image and apply to the renderer. */ virtual void Run();