| Index: third_party/WebKit/Source/core/dom/Document.cpp
|
| diff --git a/third_party/WebKit/Source/core/dom/Document.cpp b/third_party/WebKit/Source/core/dom/Document.cpp
|
| index fd0f51ca7d38f92ec8bf9f4d8e17b4cd052e75c0..bd418f2bd93b09b1869679dd0e94360dd53803bb 100644
|
| --- a/third_party/WebKit/Source/core/dom/Document.cpp
|
| +++ b/third_party/WebKit/Source/core/dom/Document.cpp
|
| @@ -66,7 +66,6 @@
|
| #include "core/dom/AXObjectCache.h"
|
| #include "core/dom/Attr.h"
|
| #include "core/dom/CDATASection.h"
|
| -#include "core/dom/ClientRect.h"
|
| #include "core/dom/Comment.h"
|
| #include "core/dom/ContextFeatures.h"
|
| #include "core/dom/DOMImplementation.h"
|
| @@ -145,6 +144,7 @@
|
| #include "core/frame/Settings.h"
|
| #include "core/frame/VisualViewport.h"
|
| #include "core/frame/csp/ContentSecurityPolicy.h"
|
| +#include "core/geometry/DOMRect.h"
|
| #include "core/html/DocumentNameCollection.h"
|
| #include "core/html/HTMLAllCollection.h"
|
| #include "core/html/HTMLAnchorElement.h"
|
|
|