| 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 373be3683fcab3716008a43100e6a40d6fe89145..cd0d39717612380b2306d1395a2a61b990d512e1 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"
|
|
|