| Index: media/formats/mp4/dolby_vision.h
|
| diff --git a/media/formats/mp4/dolby_vision.h b/media/formats/mp4/dolby_vision.h
|
| index f527975e3e609db69c26d4cd97d1164c5ec4ef3b..a555710a9c643199e843ea5eba7c3a516d6f9fca 100644
|
| --- a/media/formats/mp4/dolby_vision.h
|
| +++ b/media/formats/mp4/dolby_vision.h
|
| @@ -38,8 +38,7 @@ struct MEDIA_EXPORT DolbyVisionConfiguration : Box {
|
| VideoCodecProfile codec_profile;
|
|
|
| private:
|
| - bool ParseInternal(BufferReader* reader,
|
| - const scoped_refptr<MediaLog>& media_log);
|
| + bool ParseInternal(BufferReader* reader, MediaLog* media_log);
|
| };
|
|
|
| } // namespace mp4
|
|
|