X-Git-Url: http://review.tizen.org/git/?p=platform%2Fcore%2Fuifw%2Fdali-toolkit.git;a=blobdiff_plain;f=dali-toolkit%2Finternal%2Fcontrols%2Fcanvas-view%2Fcanvas-view-impl.h;h=4e492ebdbb4cba4b765e1b4a268d3d1900a67371;hp=6b6cf936f312f4982e752cd27cca4c27309c45cd;hb=42a61237c2ecc17d977fbf9596603da2ff221be7;hpb=03e8b126b8cdcd00170495b59ec94e4e5230b7be diff --git a/dali-toolkit/internal/controls/canvas-view/canvas-view-impl.h b/dali-toolkit/internal/controls/canvas-view/canvas-view-impl.h index 6b6cf93..4e492eb 100644 --- a/dali-toolkit/internal/controls/canvas-view/canvas-view-impl.h +++ b/dali-toolkit/internal/controls/canvas-view/canvas-view-impl.h @@ -135,9 +135,9 @@ public: /** * @bried Apply the rasterized image to the canvas view * - * @param[in] rasterizedPixelData The pixel buffer with the rasterized pixels + * @param[in] rasterizedTexture The texture with the rasterized pixels */ - void ApplyRasterizedImage(PixelData rasterizedPixelData); + void ApplyRasterizedImage(Texture rasterizedTexture); private: CanvasView(const CanvasView&) = delete;