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

Unified Diff: Source/core/page/ChromeClient.h

Issue 642203002: Make input event forwarding work in --site-per-process. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Remove blink prefix 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
« no previous file with comments | « Source/core/html/HTMLFrameElementBase.cpp ('k') | Source/web/ChromeClientImpl.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/page/ChromeClient.h
diff --git a/Source/core/page/ChromeClient.h b/Source/core/page/ChromeClient.h
index 0e65f936d78a655b587fbd93f0a2f330a8dee34f..90e5b929c544f3865e0f2724a7ba9b1a3a697fb3 100644
--- a/Source/core/page/ChromeClient.h
+++ b/Source/core/page/ChromeClient.h
@@ -64,6 +64,7 @@ class PagePopup;
class PagePopupClient;
class PagePopupDriver;
class PopupMenuClient;
+class RemoteFrame;
struct CompositedSelectionBound;
struct DateTimeChooserParameters;
@@ -227,7 +228,7 @@ public:
// FIXME: Remove this method once we have input routing in the browser
// process. See http://crbug.com/339659.
- virtual void forwardInputEvent(blink::Frame*, blink::Event*) { }
+ virtual void forwardInputEvent(RemoteFrame*, Event*) { }
Nate Chapin 2014/10/10 20:37:06 Is the FIXME accurate? If not, I'm interested in d
// Input mehtod editor related functions.
virtual void didCancelCompositionOnSelectionChange() { }
« no previous file with comments | « Source/core/html/HTMLFrameElementBase.cpp ('k') | Source/web/ChromeClientImpl.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698