| Index: media/formats/mp4/hevc.h
|
| diff --git a/media/formats/mp4/hevc.h b/media/formats/mp4/hevc.h
|
| index c653e81a4af3eec5f9739a0c88f4e18243676931..afa184d687092b0a7451d3089738879ed8d48d9a 100644
|
| --- a/media/formats/mp4/hevc.h
|
| +++ b/media/formats/mp4/hevc.h
|
| @@ -64,8 +64,7 @@ struct MEDIA_EXPORT HEVCDecoderConfigurationRecord : Box {
|
| VideoCodecProfile GetVideoProfile() const;
|
|
|
| private:
|
| - bool ParseInternal(BufferReader* reader,
|
| - const scoped_refptr<MediaLog>& media_log);
|
| + bool ParseInternal(BufferReader* reader, MediaLog* media_log);
|
| };
|
|
|
| class MEDIA_EXPORT HEVC {
|
|
|