| Index: media/base/video_decoder_config.h
|
| diff --git a/media/base/video_decoder_config.h b/media/base/video_decoder_config.h
|
| index ae9340afea30bd5db9e291abfbaf0884fa5768fe..4a192d6c494a7221e4c70e6954098b981f58ec79 100644
|
| --- a/media/base/video_decoder_config.h
|
| +++ b/media/base/video_decoder_config.h
|
| @@ -40,6 +40,8 @@ class MEDIA_EXPORT VideoDecoderConfig {
|
| const std::vector<uint8_t>& extra_data,
|
| bool is_encrypted);
|
|
|
| + VideoDecoderConfig(const VideoDecoderConfig& other);
|
| +
|
| ~VideoDecoderConfig();
|
|
|
| // Resets the internal state of this object.
|
|
|