| Index: webkit/plugins/ppapi/mock_plugin_delegate.cc
|
| diff --git a/webkit/plugins/ppapi/mock_plugin_delegate.cc b/webkit/plugins/ppapi/mock_plugin_delegate.cc
|
| index 476d4c9f56a3ed3f6e18a4f309c0af8384224617..1270504c47f7540484c54aa36c27bc7b2785555a 100644
|
| --- a/webkit/plugins/ppapi/mock_plugin_delegate.cc
|
| +++ b/webkit/plugins/ppapi/mock_plugin_delegate.cc
|
| @@ -46,7 +46,8 @@ MockPluginDelegate::PlatformContext3D* MockPluginDelegate::CreateContext3D() {
|
| MockPluginDelegate::PlatformVideoDecoder*
|
| MockPluginDelegate::CreateVideoDecoder(
|
| media::VideoDecodeAccelerator::Client* client,
|
| - int command_buffer_route_id) {
|
| + int32 command_buffer_route_id,
|
| + gpu::CommandBufferHelper* cmd_buffer_helper) {
|
| return NULL;
|
| }
|
|
|
|
|