| 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 e4ff236fe2924bb7a908b895ae33e037082c7f68..06d6b7e603bc14cbbaadb2570f03aa63d2137c7f 100644
|
| --- a/third_party/WebKit/Source/core/frame/RemoteFrameClient.h
|
| +++ b/third_party/WebKit/Source/core/frame/RemoteFrameClient.h
|
| @@ -12,7 +12,6 @@
|
|
|
| namespace blink {
|
|
|
| -class Event;
|
| class IntRect;
|
| class LocalFrame;
|
| class MessageEvent;
|
| @@ -33,10 +32,6 @@ class RemoteFrameClient : public FrameClient {
|
| 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;
|
| -
|
| virtual void frameRectsChanged(const IntRect& frameRect) = 0;
|
|
|
| virtual void updateRemoteViewportIntersection(
|
|
|