| Index: third_party/WebKit/Source/core/frame/WebLocalFrameBase.h
|
| diff --git a/third_party/WebKit/Source/core/frame/WebLocalFrameBase.h b/third_party/WebKit/Source/core/frame/WebLocalFrameBase.h
|
| index 625458172184140f5cafc9b9416e44119074a237..34c150d18936854e6fed3bdaeb597662a48210d4 100644
|
| --- a/third_party/WebKit/Source/core/frame/WebLocalFrameBase.h
|
| +++ b/third_party/WebKit/Source/core/frame/WebLocalFrameBase.h
|
| @@ -6,6 +6,7 @@
|
| #define WebLocalFrameBase_h
|
|
|
| #include "core/CoreExport.h"
|
| +#include "core/frame/WebFrameWidgetBase.h"
|
| #include "public/web/WebLocalFrame.h"
|
|
|
| namespace blink {
|
| @@ -48,6 +49,7 @@ class WebLocalFrameBase : public GarbageCollectedFinalized<WebLocalFrameBase>,
|
| FrameOwner*,
|
| const AtomicString& name) = 0;
|
| virtual TextFinder& EnsureTextFinder() = 0;
|
| + virtual WebFrameWidgetBase* FrameWidget() const = 0;
|
| virtual void SetFrameWidget(WebFrameWidgetBase*) = 0;
|
| virtual WebDevToolsAgentImpl* DevToolsAgentImpl() const = 0;
|
|
|
|
|