Chromium Code Reviews| Index: Source/bindings/core/v8/custom/V8HTMLCanvasElementCustom.cpp |
| diff --git a/Source/bindings/core/v8/custom/V8HTMLCanvasElementCustom.cpp b/Source/bindings/core/v8/custom/V8HTMLCanvasElementCustom.cpp |
| index 990ff1265e7f04923792b82bbddb9ca8374574fb..ea6e5febf461db45e4eada3c3c65d7111af61c80 100644 |
| --- a/Source/bindings/core/v8/custom/V8HTMLCanvasElementCustom.cpp |
| +++ b/Source/bindings/core/v8/custom/V8HTMLCanvasElementCustom.cpp |
| @@ -34,13 +34,8 @@ |
| #include "bindings/core/v8/ExceptionState.h" |
| #include "bindings/core/v8/V8Binding.h" |
| -#include "bindings/core/v8/V8CanvasRenderingContext2D.h" |
| #include "bindings/core/v8/V8Node.h" |
| -#include "bindings/core/v8/V8WebGLRenderingContext.h" |
| #include "core/html/HTMLCanvasElement.h" |
| -#include "core/html/canvas/Canvas2DContextAttributes.h" |
| -#include "core/html/canvas/CanvasRenderingContext.h" |
| -#include "core/html/canvas/WebGLContextAttributes.h" |
| #include "core/inspector/InspectorCanvasInstrumentation.h" |
|
Ken Russell (switch to Gerrit)
2015/02/03 01:23:24
Thanks for cleaning up these #includes. This one c
|
| #include "wtf/MathExtras.h" |
| #include "wtf/text/WTFString.h" |