| Index: ui/views/controls/button/menu_button.cc
|
| diff --git a/ui/views/controls/button/menu_button.cc b/ui/views/controls/button/menu_button.cc
|
| index fe33e35bf391f815c664ae64227922758dfee773..3395b420ff373bbc4982e535ef6e6fafd5e560bf 100644
|
| --- a/ui/views/controls/button/menu_button.cc
|
| +++ b/ui/views/controls/button/menu_button.cc
|
| @@ -30,15 +30,13 @@ namespace views {
|
| // pressed event to show the menu.
|
| static const int64 kMinimumTimeBetweenButtonClicks = 100;
|
|
|
| -// How much padding to put on the left and right of the menu marker.
|
| -static const int kMenuMarkerPaddingLeft = 3;
|
| -static const int kMenuMarkerPaddingRight = -1;
|
| -
|
| // Default menu offset.
|
| static const int kDefaultMenuOffsetX = -2;
|
| static const int kDefaultMenuOffsetY = -4;
|
|
|
| // static
|
| +const int MenuButton::kMenuMarkerPaddingLeft = 3;
|
| +const int MenuButton::kMenuMarkerPaddingRight = -1;
|
| const char MenuButton::kViewClassName[] = "views/MenuButton";
|
|
|
| ////////////////////////////////////////////////////////////////////////////////
|
|
|