Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(493)

Unified Diff: remoting/protocol/frame_stats.h

Issue 2767193007: [Chromoting] Send DesktopFrame::capturer_id() to client through WebrtcVideoStream (Closed)
Patch Set: crash in msan Created 3 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « remoting/proto/video_stats.proto ('k') | remoting/protocol/frame_stats.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 {
« no previous file with comments | « remoting/proto/video_stats.proto ('k') | remoting/protocol/frame_stats.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698