| Index: third_party/WebKit/Source/core/testing/Internals.cpp
|
| diff --git a/third_party/WebKit/Source/core/testing/Internals.cpp b/third_party/WebKit/Source/core/testing/Internals.cpp
|
| index 11e72f6f4cdc1b121cf9d378720bd78fcc7060a3..37cef6cc5d37fb9ae1d65d2c683225cab8b1974e 100644
|
| --- a/third_party/WebKit/Source/core/testing/Internals.cpp
|
| +++ b/third_party/WebKit/Source/core/testing/Internals.cpp
|
| @@ -45,7 +45,6 @@
|
| #include "core/dom/ClientRectList.h"
|
| #include "core/dom/DOMArrayBuffer.h"
|
| #include "core/dom/DOMNodeIds.h"
|
| -#include "core/dom/DOMPoint.h"
|
| #include "core/dom/DOMStringList.h"
|
| #include "core/dom/Document.h"
|
| #include "core/dom/Element.h"
|
| @@ -80,6 +79,7 @@
|
| #include "core/frame/LocalFrame.h"
|
| #include "core/frame/Settings.h"
|
| #include "core/frame/VisualViewport.h"
|
| +#include "core/geometry/DOMPoint.h"
|
| #include "core/html/HTMLContentElement.h"
|
| #include "core/html/HTMLIFrameElement.h"
|
| #include "core/html/HTMLImageElement.h"
|
|
|