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

Unified Diff: remoting/client/mouse_input_filter.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 | « no previous file | remoting/client/plugin/chromoting_instance.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: remoting/client/mouse_input_filter.h
diff --git a/remoting/client/mouse_input_filter.h b/remoting/client/mouse_input_filter.h
index 40336213417636cea0bb419ba18379cd2aad2eca..301ef288546f2c06871b71124b9427b44c307adf 100644
--- a/remoting/client/mouse_input_filter.h
+++ b/remoting/client/mouse_input_filter.h
@@ -18,7 +18,7 @@ namespace remoting {
// output dimensions, before passing events on to |input_stub|.
class MouseInputFilter : public protocol::InputStub {
public:
- MouseInputFilter(protocol::InputStub* input_stub);
+ explicit MouseInputFilter(protocol::InputStub* input_stub);
virtual ~MouseInputFilter();
// Specify the input dimensions for mouse events.
« no previous file with comments | « no previous file | remoting/client/plugin/chromoting_instance.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698