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

Unified Diff: Source/web/ChromeClientImpl.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: Fix merge conflict. 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/web/ChromeClientImpl.h
diff --git a/Source/web/ChromeClientImpl.h b/Source/web/ChromeClientImpl.h
index 6e62782c622b46954a6f2570208a12104dce95ca..dd5bed918b47b98ccb217e53c67a6ffb5ffe3ce7 100644
--- a/Source/web/ChromeClientImpl.h
+++ b/Source/web/ChromeClientImpl.h
@@ -175,7 +175,7 @@ public:
// FIXME: Remove this method once we have input routing in the browser
// process. See http://crbug.com/339659.
- virtual void forwardInputEvent(Frame*, Event*) override;
+ virtual void forwardInputEvent(RemoteFrame*, Event*) override;
virtual void didCancelCompositionOnSelectionChange() override;
virtual void willSetInputMethodState() override;

Powered by Google App Engine
This is Rietveld 408576698