Chromium Code Reviews| 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 2e529a66be73addd9601e223c3570153868cc477..57fb0ee65b45d02d2445ccfc288a6e8e34d06354 100644 |
| --- a/content/common/gpu/gpu_command_buffer_stub.h |
| +++ b/content/common/gpu/gpu_command_buffer_stub.h |
| @@ -22,6 +22,7 @@ |
| #include "ipc/ipc_listener.h" |
| #include "ipc/ipc_sender.h" |
| #include "media/base/video_decoder_config.h" |
|
Pawel Osciak
2015/12/04 00:48:58
Perhaps this include would no longer be required?
Tima Vaisburd
2015/12/04 01:36:50
Done.
|
| +#include "media/video/video_decode_accelerator.h" |
| #include "ui/events/latency_info.h" |
| #include "ui/gfx/geometry/size.h" |
| #include "ui/gfx/gpu_memory_buffer.h" |
| @@ -180,7 +181,7 @@ class GpuCommandBufferStub |
| void OnDestroyTransferBuffer(int32 id); |
| void OnGetTransferBuffer(int32 id, IPC::Message* reply_message); |
| - void OnCreateVideoDecoder(media::VideoCodecProfile profile, |
| + void OnCreateVideoDecoder(const media::VideoDecodeAccelerator::Config& config, |
| int32 route_id, |
| IPC::Message* reply_message); |
| void OnCreateVideoEncoder(media::VideoPixelFormat input_format, |