Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1135)

Unified Diff: Source/core/html/HTMLCanvasElement.cpp

Issue 318843003: Cleanup v8 usage in core (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Fix Skia compile Created 6 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « Source/core/events/ErrorEvent.cpp ('k') | Source/core/html/HTMLPlugInElement.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/html/HTMLCanvasElement.cpp
diff --git a/Source/core/html/HTMLCanvasElement.cpp b/Source/core/html/HTMLCanvasElement.cpp
index f469ebda3233d031b661d0f31671fb496d54aa8d..01be50d87350ef0e9666495e42ae798620dc5e99 100644
--- a/Source/core/html/HTMLCanvasElement.cpp
+++ b/Source/core/html/HTMLCanvasElement.cpp
@@ -53,6 +53,7 @@
#include "platform/transforms/AffineTransform.h"
#include "public/platform/Platform.h"
#include <math.h>
+#include <v8.h>
namespace WebCore {
« no previous file with comments | « Source/core/events/ErrorEvent.cpp ('k') | Source/core/html/HTMLPlugInElement.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698