| Index: ui/native_theme/native_theme_win.cc
|
| diff --git a/ui/native_theme/native_theme_win.cc b/ui/native_theme/native_theme_win.cc
|
| index 52acd96f31a1ff839536db94f1535203059a4a53..7eaeebd17e7e598b710e14245ad9304f3a515403 100644
|
| --- a/ui/native_theme/native_theme_win.cc
|
| +++ b/ui/native_theme/native_theme_win.cc
|
| @@ -270,7 +270,7 @@ gfx::Size NativeThemeWin::GetPartSize(Part part,
|
| gfx::Size(13, 13) : gfx::Size();
|
| }
|
|
|
| -void NativeThemeWin::Paint(SkCanvas* canvas,
|
| +void NativeThemeWin::Paint(CdlCanvas* canvas,
|
| Part part,
|
| State state,
|
| const gfx::Rect& rect,
|
|
|