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 7dd32559f963276187c6abdf5c307cec2696d570..6441256b250db01edb7c9ac97b9ef3d15dcf5713 100644 |
--- a/third_party/WebKit/public/web/WebLocalFrame.h |
+++ b/third_party/WebKit/public/web/WebLocalFrame.h |
@@ -38,7 +38,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 |
@@ -61,15 +61,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. |