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

Unified Diff: remoting/proto/internal.proto

Issue 10382184: [Chromoting] Initial plumbing for cursor shape. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Remove extra LOGs Created 8 years, 7 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/proto/internal.proto
diff --git a/remoting/proto/internal.proto b/remoting/proto/internal.proto
index 06f95852a4c0c8a3dd9eb8b4b89fbf364be21b55..a8095da9dba71add7d4721c2f1333a9e52e500a5 100644
--- a/remoting/proto/internal.proto
+++ b/remoting/proto/internal.proto
@@ -19,6 +19,7 @@ message ControlMessage {
optional ClipboardEvent clipboard_event = 1;
optional ClientDimensions client_dimensions = 2;
optional VideoControl video_control = 3;
+ optional CursorShapeInfo cursor_shape = 4;
Wez 2012/05/23 00:01:57 nit: Alphabetically order these members.
garykac 2012/05/26 01:58:01 Done.
}
// Defines an event message on the event channel.

Powered by Google App Engine
This is Rietveld 408576698