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

Unified Diff: third_party/WebKit/public/web/WebLocalFrame.h

Issue 1938753002: OOPIF: Replicate allowFullscreen flag. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebase 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
« no previous file with comments | « third_party/WebKit/public/web/WebFrameOwnerProperties.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/public/web/WebLocalFrame.h
diff --git a/third_party/WebKit/public/web/WebLocalFrame.h b/third_party/WebKit/public/web/WebLocalFrame.h
index 1b47bdfa652ead547059ffba359dc912d5970c47..344c69251974ade929583061a32a4cc76a839aa9 100644
--- a/third_party/WebKit/public/web/WebLocalFrame.h
+++ b/third_party/WebKit/public/web/WebLocalFrame.h
@@ -39,7 +39,7 @@ public:
// attached to the frame tree: it has the same parent as its potential
// replacee but is invisible to the rest of the frames in the frame tree.
// If the load commits, call swap() to fully attach this frame.
- BLINK_EXPORT static WebLocalFrame* createProvisional(WebFrameClient*, WebRemoteFrame*, WebSandboxFlags, const WebFrameOwnerProperties&);
+ BLINK_EXPORT static WebLocalFrame* createProvisional(WebFrameClient*, WebRemoteFrame*, WebSandboxFlags);
// Returns the WebFrame associated with the current V8 context. This
// function can return 0 if the context is associated with a Document that
@@ -62,15 +62,6 @@ public:
virtual void setDevToolsAgentClient(WebDevToolsAgentClient*) = 0;
virtual WebDevToolsAgent* devToolsAgent() = 0;
- // Basic properties ---------------------------------------------------
-
- // Updates the scrolling and margin properties in the frame's FrameOwner.
- // This is used when this frame's parent is in another process and it
- // dynamically updates these properties.
- // TODO(dcheng): Currently, the update only takes effect on next frame
- // navigation. This matches the in-process frame behavior.
- virtual void setFrameOwnerProperties(const WebFrameOwnerProperties&) = 0;
-
// Hierarchy ----------------------------------------------------------
// Get the highest-level LocalFrame in this frame's in-process subtree.
« no previous file with comments | « third_party/WebKit/public/web/WebFrameOwnerProperties.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698