| Index: third_party/WebKit/Source/web/WebLocalFrameImpl.h
|
| diff --git a/third_party/WebKit/Source/web/WebLocalFrameImpl.h b/third_party/WebKit/Source/web/WebLocalFrameImpl.h
|
| index 9687c43c8c446634a741841529e58539427bfb8c..de863b697cbba58808331b60b325386bae1d7dbe 100644
|
| --- a/third_party/WebKit/Source/web/WebLocalFrameImpl.h
|
| +++ b/third_party/WebKit/Source/web/WebLocalFrameImpl.h
|
| @@ -58,6 +58,7 @@ class WebDataSourceImpl;
|
| class WebDevToolsAgentImpl;
|
| class WebDevToolsFrontendImpl;
|
| class WebFrameClient;
|
| +class WebFramelet;
|
| class WebFrameWidget;
|
| class WebNode;
|
| class WebPerformance;
|
| @@ -271,6 +272,7 @@ public:
|
| ~WebLocalFrameImpl() override;
|
|
|
| PassRefPtrWillBeRawPtr<LocalFrame> createChildFrame(const FrameLoadRequest&, const AtomicString& name, HTMLFrameOwnerElement*);
|
| + WebFramelet* createFramelet(const WebURL&);
|
|
|
| void didChangeContentsSize(const IntSize&);
|
|
|
|
|