Chromium Code Reviews| Index: base/gfx/native_theme.cc |
| =================================================================== |
| --- base/gfx/native_theme.cc (revision 6968) |
| +++ base/gfx/native_theme.cc (working copy) |
| @@ -199,7 +199,7 @@ |
| int classic_state, |
| RECT* target_rect, |
| RECT* align_rect, |
| - PlatformCanvasWin* canvas) const { |
| + skia::PlatformCanvasWin* canvas) const { |
| HANDLE handle = GetThemeHandle(SCROLLBAR); |
| if (handle && draw_theme_) |
| return draw_theme_(handle, hdc, part_id, state_id, target_rect, NULL); |