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

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

Issue 23484015: Added support of relative mouse motion in Chromoting. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 3 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
Index: remoting/client/plugin/pepper_input_handler.h
diff --git a/remoting/client/plugin/pepper_input_handler.h b/remoting/client/plugin/pepper_input_handler.h
index 0e63e0f10e90471edd0bc016d08f82bd2e36c9ec..45ddbab42f6162949c1c2a5f7dbc766d3774dd11 100644
--- a/remoting/client/plugin/pepper_input_handler.h
+++ b/remoting/client/plugin/pepper_input_handler.h
@@ -23,7 +23,7 @@ class PepperInputHandler {
explicit PepperInputHandler(protocol::InputStub* input_stub);
virtual ~PepperInputHandler();
- bool HandleInputEvent(const pp::InputEvent& event);
+ bool HandleInputEvent(const pp::InputEvent& event, bool mouse_locked);
Wez 2013/09/05 20:24:45 Can you move the |mouse_locked| state to a setter,
alexeypa (please no reviews) 2013/09/06 20:00:17 Done.
private:
protocol::InputStub* input_stub_;

Powered by Google App Engine
This is Rietveld 408576698