diff options
Diffstat (limited to 'base/gfx/native_theme.cc')
-rw-r--r-- | base/gfx/native_theme.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/base/gfx/native_theme.cc b/base/gfx/native_theme.cc index 8c7914d..2faffd5 100644 --- a/base/gfx/native_theme.cc +++ b/base/gfx/native_theme.cc @@ -199,7 +199,7 @@ HRESULT NativeTheme::PaintScrollbarTrack(HDC hdc, 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); |