| Index: ui/native_theme/native_theme_base.h
|
| diff --git a/ui/native_theme/native_theme_base.h b/ui/native_theme/native_theme_base.h
|
| index f25900235fc4ed808da8dab95b8a8c4130567ca8..00675ab211872fd58ced40548174c9a747f57425 100644
|
| --- a/ui/native_theme/native_theme_base.h
|
| +++ b/ui/native_theme/native_theme_base.h
|
| @@ -127,7 +127,7 @@ class NATIVE_THEME_EXPORT NativeThemeBase : public NativeTheme {
|
| const ProgressBarExtraParams& progress_bar) const;
|
|
|
| virtual void PaintFrameTopArea(
|
| - SkCanvas* canvas,
|
| + cc::PaintCanvas* canvas,
|
| State state,
|
| const gfx::Rect& rect,
|
| const FrameTopAreaExtraParams& frame_top_area) const;
|
|
|