Chromium Code Reviews| 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 aed0212605b760d3286854a99cfb79ae4f0fd639..034b56473ac86371706f82f15d915b86924e2d2c 100644 |
| --- a/third_party/WebKit/Source/core/html/HTMLCanvasElement.h |
| +++ b/third_party/WebKit/Source/core/html/HTMLCanvasElement.h |
| @@ -58,6 +58,7 @@ class AffineTransform; |
| class CanvasContextCreationAttributes; |
| class CanvasRenderingContext; |
| class CanvasRenderingContextFactory; |
| +class Float32ImageData; |
|
Justin Novosad
2016/12/08 18:16:35
Why is this needed?
zakerinasab
2016/12/08 20:40:52
Removed for now.
|
| class GraphicsContext; |
| class HitTestCanvasResult; |
| class HTMLCanvasElement; |