| Index: third_party/WebKit/Source/web/InspectorOverlayAgent.cpp
|
| diff --git a/third_party/WebKit/Source/web/InspectorOverlayAgent.cpp b/third_party/WebKit/Source/web/InspectorOverlayAgent.cpp
|
| index 6f067fc9ea3eb0f481b7d445358afd9bbeeeec89..07fd6b007b0fdfbb22a7b15e8da5ef01992dec7f 100644
|
| --- a/third_party/WebKit/Source/web/InspectorOverlayAgent.cpp
|
| +++ b/third_party/WebKit/Source/web/InspectorOverlayAgent.cpp
|
| @@ -45,6 +45,7 @@
|
| #include "core/frame/LocalFrameClient.h"
|
| #include "core/frame/Settings.h"
|
| #include "core/frame/VisualViewport.h"
|
| +#include "core/frame/WebLocalFrameBase.h"
|
| #include "core/html/HTMLFrameOwnerElement.h"
|
| #include "core/input/EventHandler.h"
|
| #include "core/inspector/IdentifiersFactory.h"
|
| @@ -65,7 +66,6 @@
|
| #include "public/platform/WebData.h"
|
| #include "v8/include/v8.h"
|
| #include "web/PageOverlay.h"
|
| -#include "web/WebLocalFrameImpl.h"
|
|
|
| namespace blink {
|
|
|
| @@ -211,7 +211,7 @@ class InspectorOverlayAgent::InspectorOverlayChromeClient final
|
| };
|
|
|
| InspectorOverlayAgent::InspectorOverlayAgent(
|
| - WebLocalFrameImpl* frame_impl,
|
| + WebLocalFrameBase* frame_impl,
|
| InspectedFrames* inspected_frames,
|
| v8_inspector::V8InspectorSession* v8_session,
|
| InspectorDOMAgent* dom_agent)
|
|
|