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

Unified Diff: remoting/client/plugin/chromoting_instance.cc

Issue 1980063002: Inject synthetic key events later in the input pipeline. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@2704
Patch Set: Created 4 years, 7 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 | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: remoting/client/plugin/chromoting_instance.cc
diff --git a/remoting/client/plugin/chromoting_instance.cc b/remoting/client/plugin/chromoting_instance.cc
index dea1613f2930b8db58f7ef745355d5c08cce7307..cd7bad26022f8ec0df3b3ba2e70b1ba56508d585 100644
--- a/remoting/client/plugin/chromoting_instance.cc
+++ b/remoting/client/plugin/chromoting_instance.cc
@@ -742,7 +742,7 @@ void ChromotingInstance::HandleInjectKeyEvent(
// Inject after the KeyEventMapper, so the event won't get mapped or trapped.
if (IsConnected())
- input_tracker_.InjectKeyEvent(event);
+ touch_input_scaler_.InjectKeyEvent(event);
}
void ChromotingInstance::HandleRemapKey(const base::DictionaryValue& data) {
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698