| Index: ui/views/views_delegate.h
|
| diff --git a/ui/views/views_delegate.h b/ui/views/views_delegate.h
|
| index 950bb102b0a7d924084312f684696b2480bc37df..11d39e89bbd90303315685167431dd25ae1a3333 100644
|
| --- a/ui/views/views_delegate.h
|
| +++ b/ui/views/views_delegate.h
|
| @@ -215,6 +215,9 @@ class VIEWS_EXPORT ViewsDelegate {
|
| // Returns the margins that should be applied around a bubble dialog.
|
| virtual gfx::Insets GetBubbleDialogMargins();
|
|
|
| + // Returns the padding that should be placed around a button's content.
|
| + virtual gfx::Insets GetButtonPadding() const;
|
| +
|
| protected:
|
| ViewsDelegate();
|
|
|
|
|