Index: third_party/WebKit/Source/core/html/HTMLCanvasElement.h |
diff --git a/third_party/WebKit/Source/core/html/HTMLCanvasElement.h b/third_party/WebKit/Source/core/html/HTMLCanvasElement.h |
index 3d645dbd97ee712d8f6ffcba59d96ab6e1425b50..f7e69b89c7eb7ddc28496a02161cef0ae82ea728 100644 |
--- a/third_party/WebKit/Source/core/html/HTMLCanvasElement.h |
+++ b/third_party/WebKit/Source/core/html/HTMLCanvasElement.h |
@@ -30,7 +30,6 @@ |
#include <memory> |
#include "bindings/core/v8/ScriptValue.h" |
-#include "bindings/core/v8/ScriptWrappableVisitor.h" |
#include "core/CoreExport.h" |
#include "core/dom/ContextLifecycleObserver.h" |
#include "core/dom/DOMTypedArray.h" |
@@ -42,6 +41,7 @@ |
#include "core/html/canvas/CanvasRenderingContextHost.h" |
#include "core/imagebitmap/ImageBitmapSource.h" |
#include "core/page/PageVisibilityObserver.h" |
+#include "platform/bindings/ScriptWrappableVisitor.h" |
#include "platform/geometry/FloatRect.h" |
#include "platform/geometry/IntSize.h" |
#include "platform/graphics/CanvasSurfaceLayerBridge.h" |