| Index: ui/views/views_delegate.cc
|
| diff --git a/ui/views/views_delegate.cc b/ui/views/views_delegate.cc
|
| index 3481102f57fc5b07d74b53e347a18b2fa12bb31d..c6eb9a0132d5cb8d276ca302c9c76405ca023311 100644
|
| --- a/ui/views/views_delegate.cc
|
| +++ b/ui/views/views_delegate.cc
|
| @@ -148,6 +148,10 @@ gfx::Insets ViewsDelegate::GetBubbleDialogMargins() {
|
| return gfx::Insets(kPanelVertMargin, kPanelHorizMargin);
|
| }
|
|
|
| +gfx::Insets ViewsDelegate::GetButtonPadding() const {
|
| + return gfx::Insets(kButtonExtraTouchSize);
|
| +}
|
| +
|
| ViewsDelegate::ViewsDelegate()
|
| : views_tsc_factory_(new ViewsTouchEditingControllerFactory) {
|
| DCHECK(!views_delegate);
|
|
|