Chromium Code Reviews| Index: third_party/WebKit/Source/core/html/canvas/CanvasRenderingContext.h |
| diff --git a/third_party/WebKit/Source/core/html/canvas/CanvasRenderingContext.h b/third_party/WebKit/Source/core/html/canvas/CanvasRenderingContext.h |
| index 8467f9611e13ff66da5ab948abe4da332ec069b7..e9cc15e11fc3535df4dd654502a668026e9f1fed 100644 |
| --- a/third_party/WebKit/Source/core/html/canvas/CanvasRenderingContext.h |
| +++ b/third_party/WebKit/Source/core/html/canvas/CanvasRenderingContext.h |
| @@ -42,6 +42,7 @@ class SkCanvas; |
| namespace blink { |
| class CanvasImageSource; |
| +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 HTMLCanvasElement; |
| class ImageData; |
| class ImageBitmap; |