| Index: third_party/WebKit/public/web/WebRemoteFrameClient.h
|
| diff --git a/third_party/WebKit/public/web/WebRemoteFrameClient.h b/third_party/WebKit/public/web/WebRemoteFrameClient.h
|
| index 4cf7118d364634fd8307ba3b73f434dbbb281b3e..3629263debb54036ae891a1aababd6f94c54d221 100644
|
| --- a/third_party/WebKit/public/web/WebRemoteFrameClient.h
|
| +++ b/third_party/WebKit/public/web/WebRemoteFrameClient.h
|
| @@ -11,7 +11,6 @@
|
| #include "public/web/WebFrame.h"
|
|
|
| namespace blink {
|
| -class WebInputEvent;
|
| enum class WebClientRedirectPolicy;
|
| enum class WebFrameLoadType;
|
| struct WebRect;
|
| @@ -36,10 +35,6 @@ class WebRemoteFrameClient {
|
| bool shouldReplaceCurrentEntry) {}
|
| virtual void reload(WebFrameLoadType, WebClientRedirectPolicy) {}
|
|
|
| - // FIXME: Remove this method once we have input routing in the browser
|
| - // process. See http://crbug.com/339659.
|
| - virtual void forwardInputEvent(const WebInputEvent*) {}
|
| -
|
| virtual void frameRectsChanged(const WebRect&) {}
|
|
|
| virtual void updateRemoteViewportIntersection(
|
|
|