| 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 f9e6207e06d499d90edbb011d9e7d3123d9b1565..d45aea921163710b3500b2ab1a4827c51f3e48b3 100644
|
| --- a/content/common/gpu/gpu_command_buffer_stub.h
|
| +++ b/content/common/gpu/gpu_command_buffer_stub.h
|
| @@ -186,6 +186,7 @@ class GpuCommandBufferStub
|
| void OnGetTransferBuffer(int32 id, IPC::Message* reply_message);
|
|
|
| void OnCreateVideoDecoder(media::VideoCodecProfile profile,
|
| + uint32 min_picture_count,
|
| int32 route_id,
|
| IPC::Message* reply_message);
|
| void OnCreateVideoEncoder(media::VideoFrame::Format input_format,
|
|
|