| Index: media/filters/gpu_video_decoder.h
|
| diff --git a/media/filters/gpu_video_decoder.h b/media/filters/gpu_video_decoder.h
|
| index ae51189af890b75d976813e125a8c0f64c8ee209..b7f2632da21e383520a97a02444c93a79ab0b65d 100644
|
| --- a/media/filters/gpu_video_decoder.h
|
| +++ b/media/filters/gpu_video_decoder.h
|
| @@ -218,8 +218,8 @@ class MEDIA_EXPORT GpuVideoDecoder
|
| // picture_buffer_id and the frame wrapping the corresponding Picture, for
|
| // frames that have been decoded but haven't been requested by a Read() yet.
|
| std::list<scoped_refptr<VideoFrame> > ready_video_frames_;
|
| - int64 next_picture_buffer_id_;
|
| - int64 next_bitstream_buffer_id_;
|
| + int32 next_picture_buffer_id_;
|
| + int32 next_bitstream_buffer_id_;
|
|
|
| // Indicates decoding error occurred.
|
| bool error_occured_;
|
|
|