| 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 75b8468918a0d333b70ad97378614e943be30256..7c844070972b98c80a8fcc6b808c1619628a3272 100644
|
| --- a/chrome/test/data/webrtc/webrtc_video_quality_test.html
|
| +++ b/chrome/test/data/webrtc/webrtc_video_quality_test.html
|
| @@ -20,24 +20,14 @@
|
| <video id="local-view" autoplay="autoplay"></video>
|
| </td>
|
| <td>
|
| - <!-- startFrameCapture() takes 5 parameters:
|
| - 1. width: width of the video/canvas area.
|
| - 2. height: height of the video area.
|
| - 3. canvas_height: Height of the canvas.
|
| - 4. fps: fps at which we would like to sample.
|
| - 5. duration: The duration of the capturing. -->
|
| + <!-- startFrameCapture() takes 3 parameters:
|
| + 1. reference to remote video tag.
|
| + 2. fps: fps at which we would like to sample.
|
| + 3. duration: The duration of the capturing. -->
|
| <video id="remote-view" autoplay="autoplay"
|
| onplay="startFrameCapture(this, 30, 5)"></video>
|
| </td>
|
| </tr>
|
| - <tr>
|
| - <td></td>
|
| - <td>
|
| - <div id="output">
|
| - <canvas id="remote-canvas"></canvas>
|
| - </div>
|
| - </td>
|
| - </tr>
|
| </table>
|
| </body>
|
| </html>
|
|
|