| Index: remoting/base/protocol/chromotocol.proto
|
| diff --git a/remoting/base/protocol/chromotocol.proto b/remoting/base/protocol/chromotocol.proto
|
| index b3fa848cc59cecf6e9ca0846e62f732e6949f003..865fd3f4408f50f9748d9f727e984b779e2375e2 100644
|
| --- a/remoting/base/protocol/chromotocol.proto
|
| +++ b/remoting/base/protocol/chromotocol.proto
|
| @@ -138,7 +138,7 @@ message RectangleUpdatePacket {
|
| optional int32 sequence_number = 2 [default = 0];
|
|
|
| // This is provided on the first packet of the rectangle data, when
|
| - // the sequence_number is 0.
|
| + // the flags has FIRST_PACKET set.
|
| optional RectangleFormat format = 3;
|
|
|
| optional bytes encoded_rect = 4;
|
|
|