| Index: public/web/WebRemoteFrame.h
|
| diff --git a/public/web/WebRemoteFrame.h b/public/web/WebRemoteFrame.h
|
| index 8d756ce04a9bc052ae8eaa00d67044fae70c7213..43e3ddf9158ac043ad572b387674f62f317a75dc 100644
|
| --- a/public/web/WebRemoteFrame.h
|
| +++ b/public/web/WebRemoteFrame.h
|
| @@ -16,6 +16,9 @@ public:
|
|
|
| virtual WebLocalFrame* createLocalChild(const WebString& name, WebFrameClient*) = 0;
|
| virtual WebRemoteFrame* createRemoteChild(const WebString& name, WebRemoteFrameClient*) = 0;
|
| +
|
| + // Transfer initial drawing parameters from a local frame.
|
| + virtual void initializeFromFrame(WebLocalFrame*) const = 0;
|
| };
|
|
|
| } // namespace blink
|
|
|