| Index: content/renderer/media/media_recorder_handler.h
|
| diff --git a/content/renderer/media/media_recorder_handler.h b/content/renderer/media/media_recorder_handler.h
|
| index 8fa56c4ad4fa3c5739e06e0ecd05f3e4532aa879..934581ed96e49f1862fc9cd1c7bb32089689c9a8 100644
|
| --- a/content/renderer/media/media_recorder_handler.h
|
| +++ b/content/renderer/media/media_recorder_handler.h
|
| @@ -89,6 +89,9 @@ class CONTENT_EXPORT MediaRecorderHandler final
|
| int32_t video_bits_per_second_;
|
| int32_t audio_bits_per_second_;
|
|
|
| + // Indicates if we are using a container (e.g. webm) for the encoded data.
|
| + bool use_container_;
|
| +
|
| // Video Codec, VP8 is used by default.
|
| VideoTrackRecorder::CodecId codec_id_;
|
|
|
|
|