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

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

Issue 10255007: Clamp events before they are sent to EventExecutors. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fix typo. Created 8 years, 8 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_unittest.cc ('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 7a580399f27523b363b08362f9324c359bd5d561..fb3475130f4b3dd0e7c52ea4c737737f241c9b4a 100644
--- a/remoting/client/plugin/chromoting_instance.h
+++ b/remoting/client/plugin/chromoting_instance.h
@@ -47,6 +47,7 @@ namespace remoting {
namespace protocol {
class ConnectionToHost;
class InputEventTracker;
+class MouseInputFilter;
} // namespace protocol
class ChromotingClient;
@@ -54,7 +55,6 @@ class ChromotingScriptableObject;
class ChromotingStats;
class ClientContext;
class FrameConsumerProxy;
-class MouseInputFilter;
class PepperInputHandler;
class PepperView;
class PepperXmppProxy;
@@ -198,7 +198,7 @@ class ChromotingInstance :
scoped_ptr<PepperView> view_;
scoped_refptr<RectangleUpdateDecoder> rectangle_decoder_;
- scoped_ptr<MouseInputFilter> mouse_input_filter_;
+ scoped_ptr<protocol::MouseInputFilter> mouse_input_filter_;
scoped_ptr<protocol::InputEventTracker> input_tracker_;
KeyEventMapper key_mapper_;
scoped_ptr<PepperInputHandler> input_handler_;
« no previous file with comments | « remoting/client/mouse_input_filter_unittest.cc ('k') | remoting/client/plugin/chromoting_instance.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698