| Index: Source/core/html/HTMLCanvasElement.h
|
| diff --git a/Source/core/html/HTMLCanvasElement.h b/Source/core/html/HTMLCanvasElement.h
|
| index 35a137e717b521dabd65f548ced73a2363b5f7dc..6528eaa1330ea8f55d8245e98885bf95cc31b949 100644
|
| --- a/Source/core/html/HTMLCanvasElement.h
|
| +++ b/Source/core/html/HTMLCanvasElement.h
|
| @@ -29,7 +29,6 @@
|
| #define HTMLCanvasElement_h
|
|
|
| #include "bindings/core/v8/ScriptValue.h"
|
| -#include "bindings/core/v8/UnionTypesCore.h"
|
| #include "core/dom/Document.h"
|
| #include "core/html/HTMLElement.h"
|
| #include "core/html/canvas/CanvasImageSource.h"
|
| @@ -47,6 +46,7 @@ namespace blink {
|
| class AffineTransform;
|
| class CanvasContextCreationAttributes;
|
| class CanvasRenderingContext;
|
| +class CanvasRenderingContext2DOrWebGLRenderingContext;
|
| class GraphicsContext;
|
| class GraphicsContextStateSaver;
|
| class HTMLCanvasElement;
|
|
|