| Index: chrome/renderer/media/cast_rtp_stream.h
|
| diff --git a/chrome/renderer/media/cast_rtp_stream.h b/chrome/renderer/media/cast_rtp_stream.h
|
| index 24bf885bfd9805ff16cdb1962d21cb15850679e5..61a6bf4b1309cc38c12eaa2af82b6a21b805a6f9 100644
|
| --- a/chrome/renderer/media/cast_rtp_stream.h
|
| +++ b/chrome/renderer/media/cast_rtp_stream.h
|
| @@ -68,6 +68,7 @@ struct CastRtpPayloadParams {
|
| double max_frame_rate;
|
|
|
| // Width and height of the video content.
|
| + // TODO(miu): DEPRECATED. Remove these, as they are ignored.
|
| int width;
|
| int height;
|
|
|
|
|