summaryrefslogtreecommitdiffstats
path: root/webkit/port/platform/ScrollViewWin.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'webkit/port/platform/ScrollViewWin.cpp')
-rw-r--r--webkit/port/platform/ScrollViewWin.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/webkit/port/platform/ScrollViewWin.cpp b/webkit/port/platform/ScrollViewWin.cpp
index 5ac56ed..6761073 100644
--- a/webkit/port/platform/ScrollViewWin.cpp
+++ b/webkit/port/platform/ScrollViewWin.cpp
@@ -49,7 +49,7 @@
#include <wtf/HashSet.h>
#undef LOG
-#include "base/gfx/platform_canvas.h"
+#include "base/gfx/platform_canvas_win.h"
#include "webkit/glue/webframe_impl.h"
#include "webkit/glue/webview_impl.h"
@@ -314,7 +314,7 @@ void ScrollView::ScrollViewPrivate::highlightMatches(
// will not be serialized, i.e. composition is done in the renderer and
// never in the browser.
// Prepare for drawing the arrows along the scroll bar.
- gfx::PlatformCanvas* canvas = PlatformContextToPlatformContextSkia(
+ gfx::PlatformCanvasWin* canvas = PlatformContextToPlatformContextSkia(
context->platformContext())->canvas();
int horz_start = 0;