| 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 df4645a01986b7a43cf921d9c7e835e7854c6c03..e4ee96777d43aa84881c76965f4bcf4565877659 100644
|
| --- a/content/renderer/media/media_recorder_handler.h
|
| +++ b/content/renderer/media/media_recorder_handler.h
|
| @@ -91,6 +91,7 @@ class CONTENT_EXPORT MediaRecorderHandler final
|
|
|
| // Force using VP9 for video encoding, otherwise VP8 will be used by default.
|
| bool use_vp9_;
|
| + bool use_h264_; // TODO(mcasas): this is a makeshift solution.
|
|
|
| // |client_| has no notion of time, thus may configure us via start(timeslice)
|
| // to notify it after a certain |timeslice_| has passed. We use a moving
|
|
|