Index: remoting/protocol/key_event_tracker.h |
diff --git a/remoting/protocol/key_event_tracker.h b/remoting/protocol/key_event_tracker.h |
index 80ab6e2996b1f5de688c5a9a720666b660b8a2d3..026c3ad53a73ffd3bda8cc22c65d6cf3575ae0a0 100644 |
--- a/remoting/protocol/key_event_tracker.h |
+++ b/remoting/protocol/key_event_tracker.h |
@@ -26,6 +26,7 @@ class KeyEventTracker : public InputStub { |
void ReleaseAllKeys(); |
// InputStub interface. |
+ virtual void InjectClipboardEvent(const ClipboardEvent& event) OVERRIDE; |
virtual void InjectKeyEvent(const KeyEvent& event) OVERRIDE; |
virtual void InjectMouseEvent(const MouseEvent& event) OVERRIDE; |