| Index: third_party/WebKit/Source/core/frame/RemoteFrameClient.h
|
| diff --git a/third_party/WebKit/Source/core/frame/RemoteFrameClient.h b/third_party/WebKit/Source/core/frame/RemoteFrameClient.h
|
| index f56e8a383a1cb0b36164c22533c9b22be2b9d847..4c11f7829b14abe612ac2d07cd625bbecda74224 100644
|
| --- a/third_party/WebKit/Source/core/frame/RemoteFrameClient.h
|
| +++ b/third_party/WebKit/Source/core/frame/RemoteFrameClient.h
|
| @@ -24,6 +24,9 @@ public:
|
| virtual void reload(FrameLoadType, ClientRedirectPolicy) = 0;
|
| virtual unsigned backForwardLength() = 0;
|
|
|
| + // Forwards a postMessage for a remote frame.
|
| + virtual void forwardPostMessage(MessageEvent*, PassRefPtr<SecurityOrigin> target, LocalFrame* sourceFrame) const = 0;
|
| +
|
| // FIXME: Remove this method once we have input routing in the browser
|
| // process. See http://crbug.com/339659.
|
| virtual void forwardInputEvent(Event*) = 0;
|
|
|