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

Unified Diff: remoting/protocol/webrtc_connection_to_host.h

Issue 2200273003: Enable video stats reporting when using WebRTC (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: address feedback Created 4 years, 4 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
Index: remoting/protocol/webrtc_connection_to_host.h
diff --git a/remoting/protocol/webrtc_connection_to_host.h b/remoting/protocol/webrtc_connection_to_host.h
index 75e0397de83645de83e5baebd3f86cdff52f42af..8a497329d382cd5d007f80f4aeb726b86a12d0b5 100644
--- a/remoting/protocol/webrtc_connection_to_host.h
+++ b/remoting/protocol/webrtc_connection_to_host.h
@@ -69,8 +69,14 @@ class WebrtcConnectionToHost : public ConnectionToHost,
void NotifyIfChannelsReady();
+ WebrtcVideoRendererAdapter* GetOrCreateVideoAdapter(const std::string& label);
+
void CloseChannels();
+ void OnFrameRendered(uint32_t frame_id,
+ base::TimeTicks event_timestamp,
+ base::TimeTicks frame_rendered_time);
+
void SetState(State state, ErrorCode error);
HostEventCallback* event_callback_ = nullptr;

Powered by Google App Engine
This is Rietveld 408576698