Index: content/browser/media/webrtc_browsertest.cc |
diff --git a/content/browser/media/webrtc_browsertest.cc b/content/browser/media/webrtc_browsertest.cc |
index 45c3623550acd2dbc67bf6021b1db370cb62556d..fb475635d7978525a53d175133bc666a494510db 100644 |
--- a/content/browser/media/webrtc_browsertest.cc |
+++ b/content/browser/media/webrtc_browsertest.cc |
@@ -144,8 +144,9 @@ IN_PROC_BROWSER_TEST_F(MAYBE_WebRtcBrowserTest, |
IN_PROC_BROWSER_TEST_F(MAYBE_WebRtcBrowserTest, |
MAYBE_CanSetupVideoCallWith4To3AspectRatio) { |
const std::string javascript = |
- "callAndExpectResolution({video: {mandatory: {minWidth: 960," |
- "maxAspectRatio: 1.333}}}, 960, 720);"; |
+ "callAndExpectResolution({video: {mandatory: { minWidth: 960," |
+ "maxWidth: 960, minAspectRatio: 1.333, maxAspectRatio: 1.333}}}, 960," |
+ " 720);"; |
MakeTypicalPeerConnectionCall(javascript); |
} |