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..3df500b6b7864bc07294da7a96b43330f80ac7b2 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( |
+ const media::VideoDecodeAccelerator::Config& configs, |
+ IPC::Message* reply_message); |
void OnDestroyVideoDecoder(int32 decoder_route_id); |
#if defined(OS_MACOSX) |