summaryrefslogtreecommitdiffstats
path: root/webkit/pending
diff options
context:
space:
mode:
Diffstat (limited to 'webkit/pending')
-rw-r--r--webkit/pending/CanvasRenderingContext2D.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/webkit/pending/CanvasRenderingContext2D.cpp b/webkit/pending/CanvasRenderingContext2D.cpp
index a68abe8..1d28a2f 100644
--- a/webkit/pending/CanvasRenderingContext2D.cpp
+++ b/webkit/pending/CanvasRenderingContext2D.cpp
@@ -58,7 +58,7 @@
#include <cairo.h>
#elif defined(ANDROID_CANVAS_IMPL)
#include "PlatformContextSkia.h"
-#include "base/gfx/platform_canvas.h"
+#include "base/gfx/platform_canvas_win.h"
#endif
namespace WebCore {