Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(192)

Unified Diff: remoting/client/mouse_input_filter.h

Issue 9646013: Add the plumbing that will carry a clipboard item from a chromoting client to a host. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Sync, and make InputStub inherit from ClipboardStub. Created 8 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: remoting/client/mouse_input_filter.h
diff --git a/remoting/client/mouse_input_filter.h b/remoting/client/mouse_input_filter.h
index 40336213417636cea0bb419ba18379cd2aad2eca..ffecfe66dd094ab356182a0062e4632b0209d8c7 100644
--- a/remoting/client/mouse_input_filter.h
+++ b/remoting/client/mouse_input_filter.h
@@ -28,6 +28,8 @@ class MouseInputFilter : public protocol::InputStub {
void set_output_size(const SkISize& size);
// InputStub interface.
+ virtual void InjectClipboardEvent(const protocol::ClipboardEvent& event)
+ OVERRIDE;
virtual void InjectKeyEvent(const protocol::KeyEvent& event) OVERRIDE;
virtual void InjectMouseEvent(const protocol::MouseEvent& event) OVERRIDE;

Powered by Google App Engine
This is Rietveld 408576698