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

Unified Diff: third_party/WebKit/Source/core/loader/EmptyClients.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/loader/EmptyClients.h
diff --git a/third_party/WebKit/Source/core/loader/EmptyClients.h b/third_party/WebKit/Source/core/loader/EmptyClients.h
index ab35d15a67858470b6aa4021949a171064c4e82b..a59fa3522948dfa0bed702433266f8ce15494b21 100644
--- a/third_party/WebKit/Source/core/loader/EmptyClients.h
+++ b/third_party/WebKit/Source/core/loader/EmptyClients.h
@@ -451,7 +451,6 @@ class CORE_EXPORT EmptyRemoteFrameClient
void forwardPostMessage(MessageEvent*,
PassRefPtr<SecurityOrigin> target,
LocalFrame* sourceFrame) const override {}
- void forwardInputEvent(Event*) override {}
void frameRectsChanged(const IntRect& frameRect) override {}
void updateRemoteViewportIntersection(
const IntRect& viewportIntersection) override {}

Powered by Google App Engine
This is Rietveld 408576698