| 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 5504ba597544e497ec5657de9cb4514a27ab9993..fab384954e52ed7667b175c96afc86bd292d9346 100644
|
| --- a/third_party/WebKit/Source/web/LinkHighlightImpl.cpp
|
| +++ b/third_party/WebKit/Source/web/LinkHighlightImpl.cpp
|
| @@ -32,6 +32,7 @@
|
| #include "core/exported/WebViewBase.h"
|
| #include "core/frame/LocalFrame.h"
|
| #include "core/frame/LocalFrameView.h"
|
| +#include "core/frame/WebLocalFrameBase.h"
|
| #include "core/layout/LayoutBoxModelObject.h"
|
| #include "core/layout/LayoutObject.h"
|
| #include "core/layout/compositing/CompositedLayerMapping.h"
|
| @@ -63,7 +64,6 @@
|
| #include "public/web/WebKit.h"
|
| #include "third_party/skia/include/core/SkMatrix44.h"
|
| #include "ui/gfx/geometry/rect.h"
|
| -#include "web/WebLocalFrameImpl.h"
|
| #include "web/WebSettingsImpl.h"
|
|
|
| namespace blink {
|
|
|