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 822c3cacd73800318bcb76721225b2ce6f25e20c..2983b07a73dfae3aa8a108628d209f40b969e10e 100644 |
--- a/remoting/client/plugin/pepper_input_handler.h |
+++ b/remoting/client/plugin/pepper_input_handler.h |
@@ -23,20 +23,11 @@ class PepperInputHandler { |
explicit PepperInputHandler(protocol::InputStub* input_stub); |
virtual ~PepperInputHandler(); |
- // Called by ChromotingInstance::DidChangeFocus when the instance |
- // goes in or out of focus. Sets or clears the has_focus_ flag |
- // which controls whether the client passes mouse and wheel |
- // events to the remoting server. |
- void OnFocusChanged(bool has_focus); |
- |
bool HandleInputEvent(const pp::InputEvent& event); |
private: |
protocol::InputStub* input_stub_; |
- // Flag indicating whether the calling plugin has focus. |
- bool has_focus_; |
- |
// Accumulated sub-pixel deltas from wheel events. |
float wheel_delta_x_; |
float wheel_delta_y_; |