| Index: ui/native_theme/common_theme.cc
|
| diff --git a/ui/native_theme/common_theme.cc b/ui/native_theme/common_theme.cc
|
| index 287d1a74d61d35ce73e2b0c2a2c4e42c89d18695..861e4e1915b422910d627c9919ac277e259eb5a1 100644
|
| --- a/ui/native_theme/common_theme.cc
|
| +++ b/ui/native_theme/common_theme.cc
|
| @@ -340,11 +340,11 @@ SkColor GetAuraColor(NativeTheme::ColorId color_id,
|
|
|
| void CommonThemePaintMenuItemBackground(
|
| const NativeTheme* theme,
|
| - SkCanvas* canvas,
|
| + cc::PaintCanvas* canvas,
|
| NativeTheme::State state,
|
| const gfx::Rect& rect,
|
| const NativeTheme::MenuItemExtraParams& menu_item) {
|
| - SkPaint paint;
|
| + cc::PaintFlags paint;
|
| switch (state) {
|
| case NativeTheme::kNormal:
|
| case NativeTheme::kDisabled:
|
|
|