| Index: remoting/protocol/frame_stats.h
|
| diff --git a/remoting/protocol/frame_stats.h b/remoting/protocol/frame_stats.h
|
| index 1bbdf8b05c338e63eff6bbfdb6249aef4b518dce..dc291268972f9bca995c198f48380c206d8b34d3 100644
|
| --- a/remoting/protocol/frame_stats.h
|
| +++ b/remoting/protocol/frame_stats.h
|
| @@ -6,6 +6,7 @@
|
| #define REMOTING_PROTOCOL_FRAME_STATS_H_
|
|
|
| #include "base/time/time.h"
|
| +#include "third_party/webrtc/modules/desktop_capture/desktop_capture_types.h"
|
|
|
| namespace remoting {
|
|
|
| @@ -41,6 +42,7 @@ struct HostFrameStats {
|
| base::TimeDelta send_pending_delay = base::TimeDelta::Max();
|
| base::TimeDelta rtt_estimate = base::TimeDelta::Max();
|
| int bandwidth_estimate_kbps = -1;
|
| + uint32_t capturer_id = webrtc::DesktopCapturerId::kUnknown;
|
| };
|
|
|
| struct ClientFrameStats {
|
|
|