| Index: talk/app/webrtc/webrtcsession.h
|
| diff --git a/talk/app/webrtc/webrtcsession.h b/talk/app/webrtc/webrtcsession.h
|
| index cd3f8967261232faee479eb26d370907b23566e9..24d5c0d7aa33c58262d65f908e1fa5b7203e7db3 100644
|
| --- a/talk/app/webrtc/webrtcsession.h
|
| +++ b/talk/app/webrtc/webrtcsession.h
|
| @@ -265,6 +265,7 @@ class WebRtcSession : public AudioProviderInterface,
|
| void SetVideoSend(uint32_t ssrc,
|
| bool enable,
|
| const cricket::VideoOptions* options) override;
|
| + rtc::VideoSinkInterface<cricket::VideoFrame>* GetSink(uint32_t ssrc) override;
|
|
|
| // Implements DtmfProviderInterface.
|
| virtual bool CanInsertDtmf(const std::string& track_id);
|
|
|