| Index: third_party/WebKit/Source/modules/shapedetection/ShapeDetector.cpp
|
| diff --git a/third_party/WebKit/Source/modules/shapedetection/ShapeDetector.cpp b/third_party/WebKit/Source/modules/shapedetection/ShapeDetector.cpp
|
| index a846f2b4e08513ab6d8586140efc1d4625f9db51..a574933828cdd82b3196d42c231462206a67bff0 100644
|
| --- a/third_party/WebKit/Source/modules/shapedetection/ShapeDetector.cpp
|
| +++ b/third_party/WebKit/Source/modules/shapedetection/ShapeDetector.cpp
|
| @@ -7,12 +7,12 @@
|
| #include "core/dom/DOMException.h"
|
| #include "core/dom/DOMRect.h"
|
| #include "core/dom/Document.h"
|
| -#include "core/fetch/ImageResourceContent.h"
|
| #include "core/frame/ImageBitmap.h"
|
| #include "core/frame/LocalFrame.h"
|
| #include "core/html/HTMLImageElement.h"
|
| #include "core/html/HTMLVideoElement.h"
|
| #include "core/html/canvas/CanvasImageSource.h"
|
| +#include "core/loader/resource/ImageResourceContent.h"
|
| #include "platform/graphics/Image.h"
|
| #include "third_party/skia/include/core/SkImage.h"
|
| #include "third_party/skia/include/core/SkImageInfo.h"
|
|
|