Chromium Code Reviews| Index: webrtc/api/peerconnection_unittest.cc |
| diff --git a/webrtc/api/peerconnection_unittest.cc b/webrtc/api/peerconnection_unittest.cc |
| index 18718c31a674fa744139ba7810e7fc3adc8459b2..0a874f5b4cfdf6219972bf98a846361741d34e20 100644 |
| --- a/webrtc/api/peerconnection_unittest.cc |
| +++ b/webrtc/api/peerconnection_unittest.cc |
| @@ -416,6 +416,10 @@ class PeerConnectionTestClient : public webrtc::PeerConnectionObserver, |
| } |
| } |
| + void OnAddTrack( |
| + rtc::scoped_refptr<webrtc::RtpReceiverInterface> receiver, |
| + std::vector<rtc::scoped_refptr<MediaStreamInterface>> streams) override {} |
|
honghaiz3
2016/11/17 01:19:02
You don't need this if the base class has implemen
Zhi Huang
2016/11/17 01:42:06
Done.
|
| + |
| void SetVideoConstraints(const webrtc::FakeConstraints& video_constraint) { |
| video_constraints_ = video_constraint; |
| } |