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 61a6bf4b1309cc38c12eaa2af82b6a21b805a6f9..8cb98979831f2019e9f25c7970329d9a87ebbedc 100644 |
--- a/chrome/renderer/media/cast_rtp_stream.h |
+++ b/chrome/renderer/media/cast_rtp_stream.h |
@@ -67,11 +67,6 @@ struct CastRtpPayloadParams { |
// The maximum frame rate. |
double max_frame_rate; |
- // Width and height of the video content. |
- // TODO(miu): DEPRECATED. Remove these, as they are ignored. |
- int width; |
- int height; |
- |
// Name of the codec used. |
std::string codec_name; |