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; |
+ |
+ // True when |desktop_shape_rects| should be used. |
+ optional bool use_desktop_shape = 11; |
} |