Index: remoting/protocol/client_event_dispatcher.h |
diff --git a/remoting/protocol/client_event_dispatcher.h b/remoting/protocol/client_event_dispatcher.h |
index 0b694014f7535ef3f256bbcd129ea85b7127392f..8f72f514c66da04fb7c2d216d359c44c86bff1d2 100644 |
--- a/remoting/protocol/client_event_dispatcher.h |
+++ b/remoting/protocol/client_event_dispatcher.h |
@@ -22,6 +22,7 @@ class ClientEventDispatcher : public ChannelDispatcherBase, public InputStub { |
virtual ~ClientEventDispatcher(); |
// InputStub implementation. |
+ virtual void InjectClipboardEvent(const ClipboardEvent& event) OVERRIDE; |
virtual void InjectKeyEvent(const KeyEvent& event) OVERRIDE; |
virtual void InjectMouseEvent(const MouseEvent& event) OVERRIDE; |