Chromium Code Reviews| Index: remoting/client/plugin/chromoting_scriptable_object.h |
| diff --git a/remoting/client/plugin/chromoting_scriptable_object.h b/remoting/client/plugin/chromoting_scriptable_object.h |
| index b138f9f81533eab389730dedf8ebb118d597ab2a..b0a4555c339524438f7011c61061278900abd961 100644 |
| --- a/remoting/client/plugin/chromoting_scriptable_object.h |
| +++ b/remoting/client/plugin/chromoting_scriptable_object.h |
| @@ -68,6 +68,8 @@ |
| // // Statistics. |
| // // Video Bandwidth in bytes per second. |
| // readonly attribute float videoBandwidth; |
| +// // Video frames received per second. |
| +// readonly attribute float videoFramerate; |
|
Wez
2011/10/21 18:01:43
videoFramerate -> videoFrameRate
|
| // // Latency for capturing in milliseconds. |
| // readonly attribute int videoCaptureLatency; |
| // // Latency for video encoding in milliseconds. |