| Index: public/web/WebLocalFrame.h
|
| diff --git a/public/web/WebLocalFrame.h b/public/web/WebLocalFrame.h
|
| index e92eddc1dba82affa84e7e5aa2af4d7413728d91..638c60bb0d990037750c7c8b49771525665a4eb8 100644
|
| --- a/public/web/WebLocalFrame.h
|
| +++ b/public/web/WebLocalFrame.h
|
| @@ -32,6 +32,9 @@ public:
|
| // the given element is not a frame, iframe or if the frame is empty.
|
| BLINK_EXPORT static WebLocalFrame* fromFrameOwnerElement(const WebElement&);
|
|
|
| + // Initialization ---------------------------------------------------------
|
| + virtual void initializeToReplaceRemoteFrame(WebRemoteFrame*) = 0;
|
| +
|
|
|
| // Navigation Ping --------------------------------------------------------
|
| virtual void sendPings(const WebNode& linkNode, const WebURL& destinationURL) = 0;
|
|
|