| 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 311cf9aebd852cf85959e499c186078ddb1da8a2..52cc471a300b72ee67eb5d73f49d08ef5f2340d4 100644
|
| --- a/content/renderer/gpu/command_buffer_proxy.h
|
| +++ b/content/renderer/gpu/command_buffer_proxy.h
|
| @@ -91,7 +91,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<int32>& configs,
|
| + media::VideoDecodeAccelerator::Profile profile,
|
| media::VideoDecodeAccelerator::Client* client);
|
|
|
| private:
|
|
|