| Index: third_party/WebKit/Source/core/frame/ImageBitmap.h
|
| diff --git a/third_party/WebKit/Source/core/frame/ImageBitmap.h b/third_party/WebKit/Source/core/frame/ImageBitmap.h
|
| index d6cf79cfc0e172e2be4c87d70c76e0a0ebdae8bf..52051772736ce5d183b2b27573b9d711fd373bad 100644
|
| --- a/third_party/WebKit/Source/core/frame/ImageBitmap.h
|
| +++ b/third_party/WebKit/Source/core/frame/ImageBitmap.h
|
| @@ -6,12 +6,12 @@
|
| #define ImageBitmap_h
|
|
|
| #include <memory>
|
| -#include "bindings/core/v8/ScriptWrappable.h"
|
| #include "core/CoreExport.h"
|
| #include "core/html/canvas/CanvasImageSource.h"
|
| #include "core/html/canvas/ImageElementBase.h"
|
| #include "core/imagebitmap/ImageBitmapOptions.h"
|
| #include "core/imagebitmap/ImageBitmapSource.h"
|
| +#include "platform/bindings/ScriptWrappable.h"
|
| #include "platform/geometry/IntRect.h"
|
| #include "platform/graphics/Image.h"
|
| #include "platform/graphics/ImageBuffer.h"
|
|
|