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

Unified Diff: remoting/proto/video.proto

Issue 17511004: Added the desktop shape fields to VideoPacket. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 6 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
« remoting/codec/video_decoder_vp8.cc ('K') | « remoting/codec/video_decoder_vp8.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: remoting/proto/video.proto
diff --git a/remoting/proto/video.proto b/remoting/proto/video.proto
index 01c57d44a0c6b3c84e2668d22b7c0974dc6f5119..b412857773cdf0b5d5c3e6f3ee9b35b3300e6aa7 100644
--- a/remoting/proto/video.proto
+++ b/remoting/proto/video.proto
@@ -99,4 +99,9 @@ message VideoPacket {
// The most recent sequence number received from the client on the event
// channel.
optional int64 client_sequence_number = 9;
+
+ repeated Rect desktop_shape_rects = 10;
Sergey Ulanov 2013/06/20 21:27:21 Potentially we could store regions a bit more effi
alexeypa (please no reviews) 2013/06/20 22:05:11 It does not sound like something that we could do
+
+ // True when |desktop_shape_rects| should be used.
+ optional bool use_desktop_shape = 11;
}
« remoting/codec/video_decoder_vp8.cc ('K') | « remoting/codec/video_decoder_vp8.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698