| Index: remoting/proto/video.proto
|
| diff --git a/remoting/proto/video.proto b/remoting/proto/video.proto
|
| index cf8cb67463936dcfc1ec4496b8cc2424b13bf2fc..0ee29c9b8922d65c30dfb653fa32db538104eb79 100644
|
| --- a/remoting/proto/video.proto
|
| +++ b/remoting/proto/video.proto
|
| @@ -55,9 +55,9 @@ message VideoPacket {
|
| // Time in milliseconds spent in encoding this video frame.
|
| optional int64 encode_time_ms = 8;
|
|
|
| - // The most recent sequence number received from the client on the event
|
| - // channel.
|
| - optional int64 client_sequence_number = 9;
|
| + // The client's timestamp of the latest event received by the host before
|
| + // starting to capture this video frame.
|
| + optional int64 latest_event_timestamp = 9;
|
|
|
| repeated Rect desktop_shape_rects = 10;
|
|
|
|
|