| Index: ui/native_theme/common_theme.cc
|
| diff --git a/ui/native_theme/common_theme.cc b/ui/native_theme/common_theme.cc
|
| index f41e775465dbfc9d7f239159fa9444e5d0ba03b8..9edcbed47b6c8c5923066d244be71d57aaa10baf 100644
|
| --- a/ui/native_theme/common_theme.cc
|
| +++ b/ui/native_theme/common_theme.cc
|
| @@ -329,11 +329,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:
|
|
|