| Index: third_party/WebKit/Source/core/html/ImageData.h
|
| diff --git a/third_party/WebKit/Source/core/html/ImageData.h b/third_party/WebKit/Source/core/html/ImageData.h
|
| index b4d4f7528a3e0ebb097d95af9e2a98c0e403ceae..be0b419efa5cb297c7e3dd7fba2ef6caa70cb15a 100644
|
| --- a/third_party/WebKit/Source/core/html/ImageData.h
|
| +++ b/third_party/WebKit/Source/core/html/ImageData.h
|
| @@ -32,8 +32,8 @@
|
| #include "bindings/core/v8/ScriptWrappable.h"
|
| #include "bindings/core/v8/Uint8ClampedArrayOrUint16ArrayOrFloat32Array.h"
|
| #include "core/CoreExport.h"
|
| +#include "core/dom/ArrayBufferViewHelpers.h"
|
| #include "core/dom/DOMTypedArray.h"
|
| -#include "core/dom/NotShared.h"
|
| #include "core/html/ImageDataColorSettings.h"
|
| #include "core/html/canvas/CanvasRenderingContext.h"
|
| #include "core/imagebitmap/ImageBitmapSource.h"
|
|
|