| Index: remoting/proto/video.proto
|
| diff --git a/remoting/proto/video.proto b/remoting/proto/video.proto
|
| index db3a08cf29d0568a4ec838d16d865597d9ffe19f..55ac8134114633523041b7084370a642bb0cc229 100644
|
| --- a/remoting/proto/video.proto
|
| +++ b/remoting/proto/video.proto
|
| @@ -63,4 +63,7 @@ message VideoPacket {
|
|
|
| // True when |desktop_shape_rects| should be used.
|
| optional bool use_desktop_shape = 11;
|
| +
|
| + // Optional frame timestamp. Used in tests to estimate frame latency.
|
| + optional int64 timestamp = 12;
|
| }
|
|
|