[4.0] (VectorAnimationRenderer) Add SetSize method
[platform/core/uifw/dali-adaptor.git] / adaptors / common / vector-animation-renderer-plugin-proxy.h
index 08ed236..c0e7dbd 100644 (file)
@@ -53,6 +53,11 @@ public:
   bool CreateRenderer( const std::string& url, Dali::Renderer renderer, uint32_t width, uint32_t height );
 
   /**
+   * @copydoc Dali::VectorAnimationRendererPlugin::SetSize()
+   */
+  void SetSize( uint32_t width, uint32_t height );
+
+  /**
    * @copydoc Dali::VectorAnimationRendererPlugin::StartRender()
    */
   bool StartRender();