| 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 711c98c4d2dd0eb6ed4363391992f415e62ea7df..782b5590013b8a71d695c9f73a6451335d9fa6d4 100644
|
| --- a/content/common/gpu/gpu_command_buffer_stub.h
|
| +++ b/content/common/gpu/gpu_command_buffer_stub.h
|
| @@ -204,6 +204,8 @@ class GpuCommandBufferStub
|
|
|
| void OnCreateVideoDecoder(
|
| media::VideoCodecProfile profile,
|
| + const gfx::Size& frame_size,
|
| + const std::vector<uint8_t>& extra_data,
|
| IPC::Message* reply_message);
|
| void OnDestroyVideoDecoder(int32 decoder_route_id);
|
|
|
|
|