Index: webrtc/api/peerconnectioninterface_unittest.cc |
diff --git a/webrtc/api/peerconnectioninterface_unittest.cc b/webrtc/api/peerconnectioninterface_unittest.cc |
index d4678bae0f57ebf476f864af657de91da606e3f1..60279c85065e26b0dc7bd2f616f9e86117ad788b 100644 |
--- a/webrtc/api/peerconnectioninterface_unittest.cc |
+++ b/webrtc/api/peerconnectioninterface_unittest.cc |
@@ -2497,7 +2497,7 @@ TEST_F(PeerConnectionMediaConfigTest, TestDisablePrerendererSmoothingTrue) { |
PeerConnectionInterface::RTCConfiguration config; |
FakeConstraints constraints; |
- config.disable_prerenderer_smoothing = true; |
+ config.media_config.video.disable_prerenderer_smoothing = true; |
const cricket::MediaConfig& media_config = |
TestCreatePeerConnection(config, &constraints); |