Chromium Code Reviews| Index: third_party/WebKit/Source/modules/webgl/WebGL2RenderingContextBase.cpp |
| diff --git a/third_party/WebKit/Source/modules/webgl/WebGL2RenderingContextBase.cpp b/third_party/WebKit/Source/modules/webgl/WebGL2RenderingContextBase.cpp |
| index 7ba14e5acad09d83af18d7f6ba8ccd916383b71d..88f29b1b846299c40f731945a8105e3491dbbf03 100644 |
| --- a/third_party/WebKit/Source/modules/webgl/WebGL2RenderingContextBase.cpp |
| +++ b/third_party/WebKit/Source/modules/webgl/WebGL2RenderingContextBase.cpp |
| @@ -7,6 +7,7 @@ |
| #include "bindings/modules/v8/WebGLAny.h" |
| #include "core/dom/DOMException.h" |
| #include "core/frame/ImageBitmap.h" |
| +#include "core/html/Float32ImageData.h" |
|
Justin Novosad
2016/12/08 18:16:35
Why?
zakerinasab
2016/12/08 20:40:52
Removed for now.
|
| #include "core/html/HTMLCanvasElement.h" |
| #include "core/html/HTMLImageElement.h" |
| #include "core/html/HTMLVideoElement.h" |