[4.0] (VectorAnimation) Add a function to change a Renderer
[platform/core/uifw/dali-adaptor.git] / adaptors / common / vector-animation-renderer-impl.h
index 32243f6..45eecc0 100755 (executable)
@@ -54,7 +54,12 @@ public:
   /**
    * @brief Initializes member data.
    */
-  void Initialize( const std::string& url, Dali::Renderer renderer, uint32_t width, uint32_t height );
+  void Initialize( const std::string& url );
+
+  /**
+   * @copydoc Dali::VectorAnimationRenderer::SetRenderer()
+   */
+  void SetRenderer( Dali::Renderer renderer );
 
   /**
    * @copydoc Dali::VectorAnimationRenderer::SetSize()