Index: third_party/WebKit/Source/modules/mediarecorder/MediaRecorderOptions.idl |
diff --git a/third_party/WebKit/Source/modules/mediarecorder/MediaRecorderOptions.idl b/third_party/WebKit/Source/modules/mediarecorder/MediaRecorderOptions.idl |
index c816d41276d9fd7585b208ee32c0a5a023d9c43a..54a3ff3e3f35221e18a8eb5761e55a9c3e901a10 100644 |
--- a/third_party/WebKit/Source/modules/mediarecorder/MediaRecorderOptions.idl |
+++ b/third_party/WebKit/Source/modules/mediarecorder/MediaRecorderOptions.idl |
@@ -6,6 +6,7 @@ |
dictionary MediaRecorderOptions { |
DOMString mimeType; // Encoding mimeType. |
- |
- // TODO(mcasas): Include here the remaining spec |{audioBits,videoBits,bits}PerSecond| when adding support for them. |
+ unsigned long audioBitsPerSecond = 0; |
+ unsigned long videoBitsPerSecond = 0; |
+ unsigned long bitsPerSecond = 0; |
}; |