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; |