| Index: webrtc/api/peerconnectioninterface_unittest.cc
|
| diff --git a/webrtc/api/peerconnectioninterface_unittest.cc b/webrtc/api/peerconnectioninterface_unittest.cc
|
| index 544a1430ef09783c3f7c441c192de3e56414fbc1..20f8073a71fc7499dbe1c1036e129da080f28fc0 100644
|
| --- a/webrtc/api/peerconnectioninterface_unittest.cc
|
| +++ b/webrtc/api/peerconnectioninterface_unittest.cc
|
| @@ -2550,7 +2550,7 @@ TEST_F(PeerConnectionMediaConfigTest, TestDisablePrerendererSmoothingTrue) {
|
| PeerConnectionInterface::RTCConfiguration config;
|
| FakeConstraints constraints;
|
|
|
| - config.disable_prerenderer_smoothing = true;
|
| + config.set_prerenderer_smoothing(false);
|
| const cricket::MediaConfig& media_config =
|
| TestCreatePeerConnection(config, &constraints);
|
|
|
|
|