| 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 dd84f5d6c47424157d10d70caf0c9c6d1a4d439d..a6e91fb95f882c230980dae09c7ab8816c7875b5 100644
|
| --- a/content/common/gpu/gpu_command_buffer_stub.h
|
| +++ b/content/common/gpu/gpu_command_buffer_stub.h
|
| @@ -112,7 +112,8 @@ class GpuCommandBufferStub
|
| void OnGetTransferBuffer(int32 id, IPC::Message* reply_message);
|
| void OnResizeOffscreenFrameBuffer(const gfx::Size& size);
|
|
|
| - void OnCreateVideoDecoder(const std::vector<uint32>& configs);
|
| + void OnCreateVideoDecoder(const std::vector<uint32>& configs,
|
| + IPC::Message* reply_message);
|
| void OnDestroyVideoDecoder();
|
|
|
| void OnSwapBuffers();
|
|
|