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

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

Issue 9465035: Move ClientSession's input logic into separate components. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Rebase. Created 8 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
« no previous file with comments | « remoting/client/mouse_input_filter.h ('k') | remoting/client/plugin/chromoting_instance.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: remoting/client/plugin/chromoting_instance.h
diff --git a/remoting/client/plugin/chromoting_instance.h b/remoting/client/plugin/chromoting_instance.h
index 9fe3fdb76ce1af9644dcb432c98993a675ee77a4..2f9410f37a8a5a5c759faa459c1d4171970332ce 100644
--- a/remoting/client/plugin/chromoting_instance.h
+++ b/remoting/client/plugin/chromoting_instance.h
@@ -44,7 +44,7 @@ namespace remoting {
namespace protocol {
class ConnectionToHost;
-class KeyEventTracker;
+class InputEventTracker;
} // namespace protocol
class ChromotingClient;
@@ -183,7 +183,7 @@ class ChromotingInstance :
scoped_refptr<RectangleUpdateDecoder> rectangle_decoder_;
scoped_ptr<MouseInputFilter> mouse_input_filter_;
- scoped_ptr<protocol::KeyEventTracker> key_event_tracker_;
+ scoped_ptr<protocol::InputEventTracker> input_tracker_;
scoped_ptr<PepperInputHandler> input_handler_;
scoped_ptr<ChromotingClient> client_;
« no previous file with comments | « remoting/client/mouse_input_filter.h ('k') | remoting/client/plugin/chromoting_instance.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698