| Index: ui/native_theme/common_theme.cc
|
| diff --git a/ui/native_theme/common_theme.cc b/ui/native_theme/common_theme.cc
|
| index 599f2473b1c3a45a8efd9e9e389714739b1189ba..9e46a0b9f2f0ea649ce91f92c20ee3b9a2078c87 100644
|
| --- a/ui/native_theme/common_theme.cc
|
| +++ b/ui/native_theme/common_theme.cc
|
| @@ -320,11 +320,11 @@ SkColor GetAuraColor(NativeTheme::ColorId color_id,
|
|
|
| void CommonThemePaintMenuItemBackground(
|
| const NativeTheme* theme,
|
| - SkCanvas* canvas,
|
| + CdlCanvas* canvas,
|
| NativeTheme::State state,
|
| const gfx::Rect& rect,
|
| const NativeTheme::MenuItemExtraParams& menu_item) {
|
| - SkPaint paint;
|
| + CdlPaint paint;
|
| switch (state) {
|
| case NativeTheme::kNormal:
|
| case NativeTheme::kDisabled:
|
|
|