Chromium Code Reviews| 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..c6d909edb3cbb83a2011cf28564972bc2810cf93 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_timetstamp, |
|
Irfan
2016/08/09 17:00:37
nit: s/event_timetstamp/event_timestamp
Sergey Ulanov
2016/08/10 18:07:44
Done.
|
| + base::TimeTicks frame_rendered_time); |
| + |
| void SetState(State state, ErrorCode error); |
| HostEventCallback* event_callback_ = nullptr; |