| Index: remoting/webapp/me2mom/client_session.js
|
| diff --git a/remoting/webapp/me2mom/client_session.js b/remoting/webapp/me2mom/client_session.js
|
| index f652d99dbc9b89822ac5db1aec1c23cf1bc91ffc..1ccd4e76eab196fa2f042fe5b4e90ad8b4c7da14 100644
|
| --- a/remoting/webapp/me2mom/client_session.js
|
| +++ b/remoting/webapp/me2mom/client_session.js
|
| @@ -403,6 +403,7 @@ remoting.ClientSession.prototype.updateDimensions = function() {
|
| remoting.ClientSession.prototype.stats = function() {
|
| return {
|
| 'video_bandwidth': this.plugin.videoBandwidth,
|
| + 'video_frame_rate': this.plugin.videoFramerate,
|
| 'capture_latency': this.plugin.videoCaptureLatency,
|
| 'encode_latency': this.plugin.videoEncodeLatency,
|
| 'decode_latency': this.plugin.videoDecodeLatency,
|
|
|