Render control background without creating extra actor
[platform/core/uifw/dali-toolkit.git] / dali-toolkit / internal / controls / renderers / npatch / npatch-renderer.h
index 6bdb696..0bcd28a 100644 (file)
@@ -71,6 +71,11 @@ public:  // from ControlRenderer
   virtual void Initialize( RendererFactoryCache& factoryCache, const Property::Map& propertyMap );
 
   /**
+   * @copydoc ControlRenderer::GetNaturalSize
+   */
+  virtual void GetNaturalSize( Vector2& naturalSize ) const;
+
+  /**
    * @copydoc ControlRenderer::SetClipRect
    */
   virtual void SetClipRect( const Rect<int>& clipRect );