parent
85333a5974
commit
90b6d13714
1 changed files with 1 additions and 2 deletions
|
@ -23,8 +23,7 @@ SubmenuButton::SubmenuButton(const base::string16& title,
|
||||||
views::MenuButtonListener* menu_button_listener,
|
views::MenuButtonListener* menu_button_listener,
|
||||||
const SkColor& background_color)
|
const SkColor& background_color)
|
||||||
: views::MenuButton(gfx::RemoveAcceleratorChar(title, '&', NULL, NULL),
|
: views::MenuButton(gfx::RemoveAcceleratorChar(title, '&', NULL, NULL),
|
||||||
menu_button_listener,
|
menu_button_listener),
|
||||||
false),
|
|
||||||
background_color_(background_color) {
|
background_color_(background_color) {
|
||||||
#if defined(OS_LINUX)
|
#if defined(OS_LINUX)
|
||||||
// Dont' use native style border.
|
// Dont' use native style border.
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue