Index: remoting/webapp/me2mom/client_session.js |
diff --git a/remoting/webapp/me2mom/client_session.js b/remoting/webapp/me2mom/client_session.js |
index 505e41f087d1616cf1904add0f1f0e8fd9a0d049..fff7ff8042632225ced2e433cdd575af5eb91553 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, |