Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(190)

Unified Diff: third_party/WebKit/Source/web/WebLocalFrameImpl.h

Issue 1938753002: OOPIF: Replicate allowFullscreen flag. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Only send non-default FrameOwnerProperties to new proxies Created 4 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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 f3becd7d61894453c9634a5c2dc4c3a94a8b8792..e170e9d99317d0668a1ae50be983ee007f4d85bb 100644
--- a/third_party/WebKit/Source/web/WebLocalFrameImpl.h
+++ b/third_party/WebKit/Source/web/WebLocalFrameImpl.h
@@ -203,7 +203,6 @@ public:
WebAutofillClient* autofillClient() override;
void setDevToolsAgentClient(WebDevToolsAgentClient*) override;
WebDevToolsAgent* devToolsAgent() override;
- void setFrameOwnerProperties(const WebFrameOwnerProperties&) override;
WebLocalFrameImpl* localRoot() override;
WebLocalFrame* traversePreviousLocal(bool wrap) const override;
WebLocalFrame* traverseNextLocal(bool wrap) const override;
@@ -252,7 +251,7 @@ public:
void willDetachParent();
static WebLocalFrameImpl* create(WebTreeScopeType, WebFrameClient*, WebFrame* opener);
- static WebLocalFrameImpl* createProvisional(WebFrameClient*, WebRemoteFrame*, WebSandboxFlags, const WebFrameOwnerProperties&);
+ static WebLocalFrameImpl* createProvisional(WebFrameClient*, WebRemoteFrame*, WebSandboxFlags);
~WebLocalFrameImpl() override;
LocalFrame* createChildFrame(const FrameLoadRequest&, const AtomicString& name, HTMLFrameOwnerElement*);

Powered by Google App Engine
This is Rietveld 408576698