| Index: ui/native_theme/native_theme_mac.h
|
| diff --git a/ui/native_theme/native_theme_mac.h b/ui/native_theme/native_theme_mac.h
|
| index ec48119d26442030155d1a14ee8235f45d4becfb..6858008cb6c44bcaa5342ae41a4c1ce2ed8668d4 100644
|
| --- a/ui/native_theme/native_theme_mac.h
|
| +++ b/ui/native_theme/native_theme_mac.h
|
| @@ -39,11 +39,11 @@ class NATIVE_THEME_EXPORT NativeThemeMac : public NativeThemeBase {
|
|
|
| // Overridden from NativeThemeBase:
|
| void PaintMenuPopupBackground(
|
| - SkCanvas* canvas,
|
| + CdlCanvas* canvas,
|
| const gfx::Size& size,
|
| const MenuBackgroundExtraParams& menu_background) const override;
|
| void PaintMenuItemBackground(
|
| - SkCanvas* canvas,
|
| + CdlCanvas* canvas,
|
| State state,
|
| const gfx::Rect& rect,
|
| const MenuItemExtraParams& menu_item) const override;
|
| @@ -61,7 +61,7 @@ class NATIVE_THEME_EXPORT NativeThemeMac : public NativeThemeBase {
|
| // style is used for dialog buttons, comboboxes, and tabbed pane tabs.
|
| // Depending on the control part being drawn, the left or the right side can
|
| // be given rounded corners.
|
| - static void PaintStyledGradientButton(SkCanvas* canvas,
|
| + static void PaintStyledGradientButton(CdlCanvas* canvas,
|
| const gfx::Rect& bounds,
|
| ButtonBackgroundType type,
|
| bool round_left,
|
|
|