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

Unified Diff: third_party/WebKit/Source/core/frame/RemoteFrameClient.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/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(

Powered by Google App Engine
This is Rietveld 408576698