| Index: remoting/protocol/frame_stats.cc
|
| diff --git a/remoting/protocol/frame_stats.cc b/remoting/protocol/frame_stats.cc
|
| index ca9ad4b75434c84f9b594446f91893b60bebfd75..2c73e909f2167adf96abc7ba91a20223273873fe 100644
|
| --- a/remoting/protocol/frame_stats.cc
|
| +++ b/remoting/protocol/frame_stats.cc
|
| @@ -133,6 +133,9 @@ void HostFrameStats::ToFrameStatsMessage(FrameStatsMessage* message_out) const {
|
| if (bandwidth_estimate_kbps >= 0) {
|
| message_out->set_bandwidth_estimate_kbps(bandwidth_estimate_kbps);
|
| }
|
| + if (capturer_id != webrtc::DesktopCapturerId::kUnknown) {
|
| + message_out->set_capturer_id(capturer_id);
|
| + }
|
| }
|
|
|
| FrameStats::FrameStats() = default;
|
|
|