| 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 fd3119df79b10a8a9b905b41b75a60f89f37d612..73adbcafc5765767978b04aa716b2d124893af84 100644
|
| --- a/third_party/WebKit/Source/modules/shapedetection/ShapeDetector.cpp
|
| +++ b/third_party/WebKit/Source/modules/shapedetection/ShapeDetector.cpp
|
| @@ -5,10 +5,10 @@
|
| #include "modules/shapedetection/ShapeDetector.h"
|
|
|
| #include "core/dom/DOMException.h"
|
| -#include "core/dom/DOMRect.h"
|
| #include "core/dom/Document.h"
|
| #include "core/frame/ImageBitmap.h"
|
| #include "core/frame/LocalFrame.h"
|
| +#include "core/geometry/DOMRect.h"
|
| #include "core/html/HTMLImageElement.h"
|
| #include "core/html/HTMLVideoElement.h"
|
| #include "core/html/ImageData.h"
|
|
|