diff options
author | wez@chromium.org <wez@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-08-21 04:35:07 +0000 |
---|---|---|
committer | wez@chromium.org <wez@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-08-21 04:35:07 +0000 |
commit | 880c6cd8b8dc5564156deb9c94dbb0a43346cf87 (patch) | |
tree | 48e7b1e43ca510678ad2694ba1d53f23e70cd623 /remoting/protocol | |
parent | 62ed7bb4d710a22364f78ea88890185d9e195b5f (diff) | |
download | chromium_src-880c6cd8b8dc5564156deb9c94dbb0a43346cf87.zip chromium_src-880c6cd8b8dc5564156deb9c94dbb0a43346cf87.tar.gz chromium_src-880c6cd8b8dc5564156deb9c94dbb0a43346cf87.tar.bz2 |
Add MouseClampingFilter and update ClientSession to use it.
This removes the need for ClientSession to implement InputStub.
BUG=118511
Review URL: https://chromiumcodereview.appspot.com/10829409
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@152501 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'remoting/protocol')
-rw-r--r-- | remoting/protocol/mouse_input_filter.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/remoting/protocol/mouse_input_filter.h b/remoting/protocol/mouse_input_filter.h index f4d24f7..f83af93 100644 --- a/remoting/protocol/mouse_input_filter.h +++ b/remoting/protocol/mouse_input_filter.h @@ -5,10 +5,8 @@ #ifndef REMOTING_PROTOCOL_MOUSE_INPUT_FILTER_H_ #define REMOTING_PROTOCOL_MOUSE_INPUT_FILTER_H_ -#include "base/basictypes.h" #include "base/compiler_specific.h" #include "remoting/protocol/input_filter.h" -#include "remoting/protocol/input_stub.h" #include "third_party/skia/include/core/SkTypes.h" #include "third_party/skia/include/core/SkSize.h" |