diff options
Diffstat (limited to 'remoting/client/plugin/pepper_input_handler.h')
-rw-r--r-- | remoting/client/plugin/pepper_input_handler.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/remoting/client/plugin/pepper_input_handler.h b/remoting/client/plugin/pepper_input_handler.h index 59399e9..4db2f87 100644 --- a/remoting/client/plugin/pepper_input_handler.h +++ b/remoting/client/plugin/pepper_input_handler.h @@ -11,7 +11,9 @@ namespace remoting { class PepperInputHandler : public InputHandler { public: - PepperInputHandler(); + PepperInputHandler(ClientContext* context, + HostConnection* connection, + ChromotingView* view); virtual ~PepperInputHandler(); void Initialize(); |