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

Unified Diff: Source/core/frame/RemoteFrame.cpp

Issue 642823006: Move forwardInputEvent to RemoteFrameClient. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Minor changes Created 6 years, 2 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: Source/core/frame/RemoteFrame.cpp
diff --git a/Source/core/frame/RemoteFrame.cpp b/Source/core/frame/RemoteFrame.cpp
index 19c25da7ab56b38d49bf4dac00c1b3d263e18a8a..1738c7a8a5ca21f20681a0875f98736860c1b6d7 100644
--- a/Source/core/frame/RemoteFrame.cpp
+++ b/Source/core/frame/RemoteFrame.cpp
@@ -43,6 +43,11 @@ void RemoteFrame::detach()
Frame::detach();
}
+void RemoteFrame::forwardInputEvent(Event* event)
+{
+ remoteFrameClient()->forwardInputEvent(event);
+}
+
void RemoteFrame::trace(Visitor* visitor)
{
visitor->trace(m_view);

Powered by Google App Engine
This is Rietveld 408576698