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_; |