| Index: ui/native_theme/native_theme_win.h
|
| diff --git a/ui/native_theme/native_theme_win.h b/ui/native_theme/native_theme_win.h
|
| index 52b2aebb13ad19ce4b1ed8b90a3ad2e5fac1b8b4..b40448e7b61e2310f4864854528c12da6e30ac40 100644
|
| --- a/ui/native_theme/native_theme_win.h
|
| +++ b/ui/native_theme/native_theme_win.h
|
| @@ -102,7 +102,7 @@ class NATIVE_THEME_EXPORT NativeThemeWin : public NativeTheme,
|
| gfx::Size GetPartSize(Part part,
|
| State state,
|
| const ExtraParams& extra) const override;
|
| - void Paint(SkCanvas* canvas,
|
| + void Paint(cc::PaintCanvas* canvas,
|
| Part part,
|
| State state,
|
| const gfx::Rect& rect,
|
|
|