| Index: third_party/WebKit/Source/modules/mediarecorder/MediaRecorder.h
|
| diff --git a/third_party/WebKit/Source/modules/mediarecorder/MediaRecorder.h b/third_party/WebKit/Source/modules/mediarecorder/MediaRecorder.h
|
| index bc2ab17b869b6bf9d6679166c149367e8e2f0b78..ef8df5440f696d02b08c4faaff74b3b9ae5f5752 100644
|
| --- a/third_party/WebKit/Source/modules/mediarecorder/MediaRecorder.h
|
| +++ b/third_party/WebKit/Source/modules/mediarecorder/MediaRecorder.h
|
| @@ -88,6 +88,7 @@ private:
|
| void dispatchScheduledEvent();
|
|
|
| Member<MediaStream> m_stream;
|
| + const size_t m_streamAmountOfTracks;
|
| String m_mimeType;
|
| bool m_stopped;
|
| bool m_ignoreMutedMedia;
|
|
|