parent
cae2f1f537
commit
03ee12d13e
2 changed files with 6 additions and 7 deletions
|
@ -82,7 +82,7 @@ class MenuBar : public views::AccessiblePaneView,
|
|||
void OnMenuButtonClicked(views::Button* source,
|
||||
const gfx::Point& point,
|
||||
const ui::Event* event) override;
|
||||
void OnNativeThemeChanged(const ui::NativeTheme* theme) override;
|
||||
void OnThemeChanged() override;
|
||||
|
||||
private:
|
||||
friend class MenuBarColorUpdater;
|
||||
|
@ -90,7 +90,7 @@ class MenuBar : public views::AccessiblePaneView,
|
|||
void RebuildChildren();
|
||||
void UpdateViewColors();
|
||||
|
||||
void RefreshColorCache(const ui::NativeTheme* theme = nullptr);
|
||||
void RefreshColorCache();
|
||||
SkColor background_color_;
|
||||
#if defined(USE_X11)
|
||||
SkColor enabled_color_;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue