| Index: remoting/client/chromoting_stats.cc
|
| diff --git a/remoting/client/chromoting_stats.cc b/remoting/client/chromoting_stats.cc
|
| index a9b10e1822e5fcad832311fff0e4ca9c98b5d15a..d3b8796303aa701222625187f63461a32259946d 100644
|
| --- a/remoting/client/chromoting_stats.cc
|
| +++ b/remoting/client/chromoting_stats.cc
|
| @@ -22,7 +22,8 @@ ChromotingStats::ChromotingStats()
|
| video_capture_ms_(kLatencyWindow),
|
| video_encode_ms_(kLatencyWindow),
|
| video_decode_ms_(kLatencyWindow),
|
| - video_paint_ms_(kLatencyWindow) {
|
| + video_paint_ms_(kLatencyWindow),
|
| + round_trip_ms_(kLatencyWindow) {
|
| }
|
|
|
| } // namespace remoting
|
|
|