summaryrefslogtreecommitdiffstats
path: root/webkit/port/platform/graphics/SkPaintContext.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'webkit/port/platform/graphics/SkPaintContext.cpp')
-rw-r--r--webkit/port/platform/graphics/SkPaintContext.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/webkit/port/platform/graphics/SkPaintContext.cpp b/webkit/port/platform/graphics/SkPaintContext.cpp
index 8302153..71ea81f 100644
--- a/webkit/port/platform/graphics/SkPaintContext.cpp
+++ b/webkit/port/platform/graphics/SkPaintContext.cpp
@@ -33,7 +33,7 @@
#include "SkShader.h"
#include "SkDashPathEffect.h"
-#include "base/gfx/platform_canvas.h"
+#include "base/gfx/platform_canvas_win.h"
namespace {
@@ -127,7 +127,7 @@ struct SkPaintContext::State {
};
// Context will be NULL if painting should be disabled.
-SkPaintContext::SkPaintContext(gfx::PlatformCanvas* context)
+SkPaintContext::SkPaintContext(gfx::PlatformCanvasWin* context)
: canvas_(context),
state_stack_(sizeof(State)) {
State* state = reinterpret_cast<State*>(state_stack_.push_back());