| Index: third_party/WebKit/Source/core/imagebitmap/ImageBitmapSource.h
|
| diff --git a/third_party/WebKit/Source/core/imagebitmap/ImageBitmapSource.h b/third_party/WebKit/Source/core/imagebitmap/ImageBitmapSource.h
|
| index 582024e4539eb5b3ae72ee5dd7ef2074b70c26a1..5fac4fa5d658ec1346b4dd8c5a469a6453cf2584 100644
|
| --- a/third_party/WebKit/Source/core/imagebitmap/ImageBitmapSource.h
|
| +++ b/third_party/WebKit/Source/core/imagebitmap/ImageBitmapSource.h
|
| @@ -7,9 +7,9 @@
|
|
|
| #include "bindings/core/v8/ScriptPromise.h"
|
| #include "bindings/core/v8/ScriptPromiseResolver.h"
|
| -#include "bindings/core/v8/ScriptState.h"
|
| #include "core/CoreExport.h"
|
| #include "core/dom/ExceptionCode.h"
|
| +#include "platform/bindings/ScriptState.h"
|
| #include "platform/geometry/IntRect.h"
|
| #include "platform/geometry/IntSize.h"
|
| #include "platform/wtf/Optional.h"
|
|
|