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 506f4219574a65ebf1025b934c2c181b2a7b3cea..70b466295ad3963e19e62c0ceeeb8ae98e262486 100644 |
--- a/chrome/common/extensions/api/cast_streaming_rtp_stream.idl |
+++ b/chrome/common/extensions/api/cast_streaming_rtp_stream.idl |
@@ -48,12 +48,6 @@ namespace cast.streaming.rtpStream { |
// The maximum frame rate. |
double? maxFrameRate; |
- // Video width in pixels. |
- long? width; |
- |
- // Video height in pixels. |
- long? height; |
- |
// 32 bytes hex-encoded AES key. |
DOMString? aesKey; |