| Index: ui/views/views_delegate.h
|
| diff --git a/ui/views/views_delegate.h b/ui/views/views_delegate.h
|
| index 7b3960f5c7c0a5be23772d6cc4b7d72f7064d5c2..0b8ff18c60fa95e9a2ca53ef507bd5712fb34e2c 100644
|
| --- a/ui/views/views_delegate.h
|
| +++ b/ui/views/views_delegate.h
|
| @@ -228,6 +228,9 @@ class VIEWS_EXPORT ViewsDelegate {
|
| // Returns the default padding to add on each side of a button's label.
|
| virtual int GetButtonHorizontalPadding() const;
|
|
|
| + // Returns the margins that should be placed around a button's content.
|
| + virtual gfx::Insets GetButtonMargins() const;
|
| +
|
| protected:
|
| ViewsDelegate();
|
|
|
|
|