diff options
Diffstat (limited to 'base/gfx/native_theme.h')
-rw-r--r-- | base/gfx/native_theme.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/base/gfx/native_theme.h b/base/gfx/native_theme.h index 7769c4e..4516cba 100644 --- a/base/gfx/native_theme.h +++ b/base/gfx/native_theme.h @@ -18,7 +18,7 @@ #include "third_party/skia/include/core/SkColor.h" namespace skia { -class PlatformCanvasWin; +class PlatformCanvas; } // namespace skia namespace gfx { @@ -174,7 +174,7 @@ class NativeTheme { int classic_state, RECT* target_rect, RECT* align_rect, - skia::PlatformCanvasWin* canvas) const; + skia::PlatformCanvas* canvas) const; // Paints a scrollbar thumb or gripper. HRESULT PaintScrollbarThumb(HDC hdc, @@ -205,7 +205,7 @@ class NativeTheme { int state_id, int classic_state, RECT* rect, - skia::PlatformCanvasWin* canvas) const; + skia::PlatformCanvas* canvas) const; bool IsThemingActive() const; |