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. |