| Index: content/common/gpu/media/vaapi_h264_decoder.cc
|
| diff --git a/content/common/gpu/media/vaapi_h264_decoder.cc b/content/common/gpu/media/vaapi_h264_decoder.cc
|
| index 260a4e57a418588b2c3bb7cf0cc97cb193a9c9c0..768a02371fceac67a214585070b9e42950d9d5ea 100644
|
| --- a/content/common/gpu/media/vaapi_h264_decoder.cc
|
| +++ b/content/common/gpu/media/vaapi_h264_decoder.cc
|
| @@ -1521,7 +1521,9 @@ bool VaapiH264Decoder::ProcessSlice(media::H264SliceHeader* slice_hdr) {
|
| return VaapiH264Decoder::kDecodeError; \
|
| } while (0)
|
|
|
| -void VaapiH264Decoder::SetStream(uint8* ptr, size_t size, int32 input_id) {
|
| +void VaapiH264Decoder::SetStream(const uint8* ptr,
|
| + size_t size,
|
| + int32 input_id) {
|
| DCHECK(ptr);
|
| DCHECK(size);
|
|
|
|
|