[4.0] (VectorAnimationRenderer) Add SetSize method
[platform/core/uifw/dali-adaptor.git] / adaptors / common / vector-animation-renderer-impl.h
index c6a70a3..32243f6 100755 (executable)
@@ -57,6 +57,11 @@ public:
   void Initialize( const std::string& url, Dali::Renderer renderer, uint32_t width, uint32_t height );
 
   /**
+   * @copydoc Dali::VectorAnimationRenderer::SetSize()
+   */
+  void SetSize( uint32_t width, uint32_t height );
+
+  /**
    * @copydoc Dali::VectorAnimationRenderer::StartRender()
    */
   bool StartRender();