| Index: chrome/browser/ui/libgtk2ui/native_theme_gtk2.h
|
| diff --git a/chrome/browser/ui/libgtk2ui/native_theme_gtk2.h b/chrome/browser/ui/libgtk2ui/native_theme_gtk2.h
|
| index ddb83ebf4e02d677a79711388d2756b36c5be0e3..042a87e6147acc19c4e1abf3ba01fea66247f3b7 100644
|
| --- a/chrome/browser/ui/libgtk2ui/native_theme_gtk2.h
|
| +++ b/chrome/browser/ui/libgtk2ui/native_theme_gtk2.h
|
| @@ -30,7 +30,7 @@ class NativeThemeGtk2 : public ui::NativeThemeBase {
|
| SkCanvas* canvas,
|
| State state,
|
| const gfx::Rect& rect,
|
| - const MenuListExtraParams& menu_list) const override;
|
| + const MenuItemExtraParams& menu_item) const override;
|
|
|
| // Gets a ChromeGtkFrame theme color; returns true on success. Always returns
|
| // false in GTK3.
|
|
|