| Index: media/formats/webm/webm_video_client.h
|
| diff --git a/media/formats/webm/webm_video_client.h b/media/formats/webm/webm_video_client.h
|
| index 5545e0a203edec02b18705d0068b17d8c4110697..5c77847971d4aee912b21f5e3ee2ee98ac220860 100644
|
| --- a/media/formats/webm/webm_video_client.h
|
| +++ b/media/formats/webm/webm_video_client.h
|
| @@ -33,6 +33,7 @@ class WebMVideoClient : public WebMParserClient {
|
| bool InitializeConfig(const std::string& codec_id,
|
| const std::vector<uint8>& codec_private,
|
| bool is_encrypted,
|
| + bool live_mode,
|
| VideoDecoderConfig* config);
|
|
|
| private:
|
|
|