| Index: chrome/test/data/webrtc/webrtc_video_quality_test.html
|
| diff --git a/chrome/test/data/webrtc/webrtc_video_quality_test.html b/chrome/test/data/webrtc/webrtc_video_quality_test.html
|
| index feb4fbeaa79b02443a8e24d6cb54358c0207a5a7..2b23d2d015668dc349e09b4839ab4985fee0f483 100644
|
| --- a/chrome/test/data/webrtc/webrtc_video_quality_test.html
|
| +++ b/chrome/test/data/webrtc/webrtc_video_quality_test.html
|
| @@ -5,7 +5,7 @@
|
| <script type="text/javascript" src="test_functions.js"></script>
|
| <script type="text/javascript" src="message_handling.js"></script>
|
| <script type="text/javascript" src="getusermedia.js"></script>
|
| - <script type="text/javascript" src="jsep_call.js"></script>
|
| + <script type="text/javascript" src="jsep01_call.js"></script>
|
| <script type="text/javascript" src="video_extraction.js"></script>
|
| </head>
|
| <body>
|
| @@ -39,7 +39,7 @@
|
| <!-- Canvas height should be equal to video height if we want to
|
| capture the whole frames. If we only want to capture the barcode,
|
| canvas height should equal the barcode height. -->
|
| - <canvas id="remote_canvas" width="640" height="480"></canvas>
|
| + <canvas id="remote-canvas" width="640" height="480"></canvas>
|
| </div>
|
| </td>
|
| </tr>
|
|
|