| Index: content/renderer/gpu/command_buffer_proxy.h
|
| diff --git a/content/renderer/gpu/command_buffer_proxy.h b/content/renderer/gpu/command_buffer_proxy.h
|
| index c8600f8a84f33d410b2fd2bda914eff8b39eab82..26687b9ee35f9fd0af86126a077307c20591f2c8 100644
|
| --- a/content/renderer/gpu/command_buffer_proxy.h
|
| +++ b/content/renderer/gpu/command_buffer_proxy.h
|
| @@ -90,7 +90,7 @@ class CommandBufferProxy : public gpu::CommandBuffer,
|
| // the GPU process, even if this returns non-NULL. In this case the client is
|
| // notified of an error later.
|
| scoped_refptr<GpuVideoDecodeAcceleratorHost> CreateVideoDecoder(
|
| - const std::vector<uint32>& configs,
|
| + const std::vector<int32>& configs,
|
| media::VideoDecodeAccelerator::Client* client);
|
|
|
| #if defined(OS_MACOSX)
|
|
|