| Index: content/renderer/gpu/gpu_video_decode_accelerator_host.h
|
| diff --git a/content/renderer/gpu/gpu_video_decode_accelerator_host.h b/content/renderer/gpu/gpu_video_decode_accelerator_host.h
|
| index 02a8a3ea5ac0a47ad91578630912444c5ef69834..b9a2181236b7652d0550df99cc7242f3bfb055e7 100644
|
| --- a/content/renderer/gpu/gpu_video_decode_accelerator_host.h
|
| +++ b/content/renderer/gpu/gpu_video_decode_accelerator_host.h
|
| @@ -30,7 +30,7 @@ class GpuVideoDecodeAcceleratorHost
|
| virtual bool OnMessageReceived(const IPC::Message& message) OVERRIDE;
|
|
|
| // media::VideoDecodeAccelerator implementation.
|
| - virtual bool Initialize(const std::vector<uint32>& configs) OVERRIDE;
|
| + virtual bool Initialize(const std::vector<int32>& configs) OVERRIDE;
|
| virtual void Decode(const media::BitstreamBuffer& bitstream_buffer) OVERRIDE;
|
| virtual void AssignPictureBuffers(
|
| const std::vector<media::PictureBuffer>& buffers) OVERRIDE;
|
|
|