Merge "Tizen Directory Migration" into devel/master
[platform/core/uifw/dali-toolkit.git] / dali-toolkit / internal / controls / renderers / svg / svg-renderer.h
index 2c20ba1..5481d21 100644 (file)
@@ -40,7 +40,7 @@ namespace Internal
  *
  * | %Property Name           | Type             |
  * |--------------------------|------------------|
- * | imageUrl                 | STRING           |
+ * | url                      | STRING           |
  *
  */
 class SvgRenderer: public ControlRenderer
@@ -117,11 +117,11 @@ public:
    *
    * @param[in] rasterizedPixelData The pixel buffer with the rasterized pixels
    */
-  void ApplyRasterizedImage( PixelDataPtr rasterizedPixelData );
+  void ApplyRasterizedImage( PixelData rasterizedPixelData );
 
 private:
   /**
-   * @bried Rasterize the svg with the given size, and add it to the material.
+   * @bried Rasterize the svg with the given size, and add it to the renderer.
    *
    * @param[in] size The target size of the SVG rasterization.
    */