| Index: content/common/gpu/gpu_command_buffer_stub.h
|
| diff --git a/content/common/gpu/gpu_command_buffer_stub.h b/content/common/gpu/gpu_command_buffer_stub.h
|
| index e7c4050925eec9227713135d65b955f0d0ecbb32..d0319c677bd5e7987a71edf12bc982e1f52709a4 100644
|
| --- a/content/common/gpu/gpu_command_buffer_stub.h
|
| +++ b/content/common/gpu/gpu_command_buffer_stub.h
|
| @@ -114,8 +114,9 @@ class GpuCommandBufferStub
|
| void OnDestroyTransferBuffer(int32 id, IPC::Message* reply_message);
|
| void OnGetTransferBuffer(int32 id, IPC::Message* reply_message);
|
|
|
| - void OnCreateVideoDecoder(const std::vector<int32>& configs,
|
| - IPC::Message* reply_message);
|
| + void OnCreateVideoDecoder(
|
| + media::VideoDecodeAccelerator::Profile profile,
|
| + IPC::Message* reply_message);
|
| void OnDestroyVideoDecoder(int32 decoder_route_id);
|
|
|
| #if defined(OS_MACOSX)
|
|
|