| Index: ui/views/views_delegate.h
|
| diff --git a/ui/views/views_delegate.h b/ui/views/views_delegate.h
|
| index 04324b50a4edba52b08125bd4bd80a32b436a015..b0ea070b3f991554a67f955622d1dfbd8073f983 100644
|
| --- a/ui/views/views_delegate.h
|
| +++ b/ui/views/views_delegate.h
|
| @@ -252,6 +252,9 @@ class VIEWS_EXPORT ViewsDelegate {
|
| // enumeration element.
|
| virtual int GetDistanceMetric(DistanceMetric metric) const;
|
|
|
| + // Returns the margins that should be placed around a button's content.
|
| + virtual gfx::Insets GetButtonMargins() const;
|
| +
|
| protected:
|
| ViewsDelegate();
|
|
|
|
|