| Index: chrome/common/extensions/api/cast_streaming_rtp_stream.idl
|
| diff --git a/chrome/common/extensions/api/cast_streaming_rtp_stream.idl b/chrome/common/extensions/api/cast_streaming_rtp_stream.idl
|
| index e01b998925db57a459d7dd4bdbc04d0e0c780d72..66274829f2091eae9f508e48a73c500ab834197e 100644
|
| --- a/chrome/common/extensions/api/cast_streaming_rtp_stream.idl
|
| +++ b/chrome/common/extensions/api/cast_streaming_rtp_stream.idl
|
| @@ -42,6 +42,9 @@ namespace cast.streaming.rtpStream {
|
| // The number of channels.
|
| long? channels;
|
|
|
| + // The maximum frame rate.
|
| + double? maxFrameRate;
|
| +
|
| // Video width in pixels.
|
| long? width;
|
|
|
|
|