Index: third_party/WebKit/Source/core/html/HTMLCanvasElement.cpp |
diff --git a/third_party/WebKit/Source/core/html/HTMLCanvasElement.cpp b/third_party/WebKit/Source/core/html/HTMLCanvasElement.cpp |
index 4aec7bf2b000ec1e52163272a26267ba8060a176..eb72c4314f913cd29267579888dd73386837c5ad 100644 |
--- a/third_party/WebKit/Source/core/html/HTMLCanvasElement.cpp |
+++ b/third_party/WebKit/Source/core/html/HTMLCanvasElement.cpp |
@@ -42,6 +42,7 @@ |
#include "core/frame/LocalFrame.h" |
#include "core/frame/Settings.h" |
#include "core/frame/UseCounter.h" |
+#include "core/html/Float32ImageData.h" |
Justin Novosad
2016/12/08 18:16:35
Why is this needed?
zakerinasab
2016/12/08 20:40:52
Removed for now.
|
#include "core/html/HTMLImageElement.h" |
#include "core/html/HTMLInputElement.h" |
#include "core/html/HTMLSelectElement.h" |