| Index: third_party/WebKit/Source/web/LinkHighlightImpl.cpp
|
| diff --git a/third_party/WebKit/Source/web/LinkHighlightImpl.cpp b/third_party/WebKit/Source/web/LinkHighlightImpl.cpp
|
| index a5f44dc0a49fd86988060ffdd80ef677faa673ee..49bd5397a17470dd851878408b0d25ff3a28d447 100644
|
| --- a/third_party/WebKit/Source/web/LinkHighlightImpl.cpp
|
| +++ b/third_party/WebKit/Source/web/LinkHighlightImpl.cpp
|
| @@ -25,6 +25,7 @@
|
|
|
| #include "web/LinkHighlightImpl.h"
|
|
|
| +#include <memory>
|
| #include "core/dom/DOMNodeIds.h"
|
| #include "core/dom/LayoutTreeBuilderTraversal.h"
|
| #include "core/dom/Node.h"
|
| @@ -47,6 +48,9 @@
|
| #include "platform/graphics/paint/DrawingRecorder.h"
|
| #include "platform/graphics/paint/PaintCanvas.h"
|
| #include "platform/graphics/paint/PaintRecorder.h"
|
| +#include "platform/wtf/CurrentTime.h"
|
| +#include "platform/wtf/PtrUtil.h"
|
| +#include "platform/wtf/Vector.h"
|
| #include "public/platform/Platform.h"
|
| #include "public/platform/WebCompositorSupport.h"
|
| #include "public/platform/WebContentLayer.h"
|
| @@ -61,10 +65,6 @@
|
| #include "web/WebLocalFrameImpl.h"
|
| #include "web/WebSettingsImpl.h"
|
| #include "web/WebViewImpl.h"
|
| -#include "wtf/CurrentTime.h"
|
| -#include "wtf/PtrUtil.h"
|
| -#include "wtf/Vector.h"
|
| -#include <memory>
|
|
|
| namespace blink {
|
|
|
|
|