Chromium Code Reviews| Index: ui/native_theme/native_theme_base.h |
| diff --git a/ui/native_theme/native_theme_base.h b/ui/native_theme/native_theme_base.h |
| index 5b91753426c3bb44c50cfde9a4e97494aa0217c5..a8677d3bf30e1cb574fee45492fc88f52f4b1422 100644 |
| --- a/ui/native_theme/native_theme_base.h |
| +++ b/ui/native_theme/native_theme_base.h |
| @@ -108,7 +108,7 @@ class NATIVE_THEME_EXPORT NativeThemeBase : public NativeTheme { |
| SkCanvas* canvas, |
| State state, |
| const gfx::Rect& rect, |
| - const MenuListExtraParams& menu_list) const; |
| + const MenuItemExtraParams& menu_item) const; |
|
varkha
2016/02/06 00:51:21
This seems to be a typo as seen by a call site her
|
| virtual void PaintSliderTrack( |
| SkCanvas* canvas, |