Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(602)

Unified Diff: third_party/WebKit/public/web/WebRemoteFrameClient.h

Issue 2723963003: Remove renderer-to-renderer input event forwarding for OOPIFs (Closed)
Patch Set: Correct test expectation Created 3 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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(

Powered by Google App Engine
This is Rietveld 408576698