Index: third_party/WebKit/Source/modules/webgl/WebGLRenderingContextBase.cpp |
diff --git a/third_party/WebKit/Source/modules/webgl/WebGLRenderingContextBase.cpp b/third_party/WebKit/Source/modules/webgl/WebGLRenderingContextBase.cpp |
index da53bd1258ddba8fb3dbfcd00c42a32456ec0730..4d8304ca92c753d8d0e33eddd0082018b946d25d 100644 |
--- a/third_party/WebKit/Source/modules/webgl/WebGLRenderingContextBase.cpp |
+++ b/third_party/WebKit/Source/modules/webgl/WebGLRenderingContextBase.cpp |
@@ -28,7 +28,6 @@ |
#include <memory> |
#include "bindings/core/v8/ExceptionMessages.h" |
#include "bindings/core/v8/ExceptionState.h" |
-#include "bindings/core/v8/V8BindingMacros.h" |
#include "bindings/modules/v8/HTMLCanvasElementOrOffscreenCanvas.h" |
#include "bindings/modules/v8/WebGLAny.h" |
#include "core/dom/ArrayBufferViewHelpers.h" |
@@ -93,6 +92,7 @@ |
#include "platform/RuntimeEnabledFeatures.h" |
#include "platform/WaitableEvent.h" |
#include "platform/bindings/ScriptWrappableVisitor.h" |
+#include "platform/bindings/V8BindingMacros.h" |
#include "platform/geometry/IntSize.h" |
#include "platform/graphics/GraphicsContext.h" |
#include "platform/graphics/UnacceleratedImageBufferSurface.h" |