linux: Fix API changes of Chrome 37.
This commit is contained in:
parent
48a5591508
commit
9546120ce4
12 changed files with 27 additions and 23 deletions
|
@ -20,6 +20,9 @@ class SubmenuButton : public views::MenuButton {
|
|||
void SetAcceleratorVisibility(bool visible);
|
||||
void SetUnderlineColor(SkColor color);
|
||||
|
||||
void SetEnabledColor(SkColor color);
|
||||
void SetBackgroundColor(SkColor color);
|
||||
|
||||
base::char16 accelerator() const { return accelerator_; }
|
||||
|
||||
// views::MenuButton:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue