| 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 c270c6e3dd3c3e37810e0e9b470d86a444676581..420dda769df90f6e0ba72cc4f364d41629b8f905 100644
|
| --- a/third_party/WebKit/Source/core/html/ImageData.h
|
| +++ b/third_party/WebKit/Source/core/html/ImageData.h
|
| @@ -29,7 +29,6 @@
|
| #ifndef ImageData_h
|
| #define ImageData_h
|
|
|
| -#include "bindings/core/v8/ScriptWrappable.h"
|
| #include "bindings/core/v8/Uint8ClampedArrayOrUint16ArrayOrFloat32Array.h"
|
| #include "core/CoreExport.h"
|
| #include "core/dom/ArrayBufferViewHelpers.h"
|
| @@ -37,6 +36,7 @@
|
| #include "core/html/ImageDataColorSettings.h"
|
| #include "core/html/canvas/CanvasRenderingContext.h"
|
| #include "core/imagebitmap/ImageBitmapSource.h"
|
| +#include "platform/bindings/ScriptWrappable.h"
|
| #include "platform/geometry/IntRect.h"
|
| #include "platform/geometry/IntSize.h"
|
| #include "platform/heap/Handle.h"
|
|
|