| Index: webkit/plugins/ppapi/mock_plugin_delegate.h
|
| diff --git a/webkit/plugins/ppapi/mock_plugin_delegate.h b/webkit/plugins/ppapi/mock_plugin_delegate.h
|
| index 0b913486a06bddeca647f6546e9e077b70cd6543..c58d4fdd4aead2c8310ebeef11d6371c74823c8a 100644
|
| --- a/webkit/plugins/ppapi/mock_plugin_delegate.h
|
| +++ b/webkit/plugins/ppapi/mock_plugin_delegate.h
|
| @@ -7,6 +7,10 @@
|
|
|
| #include "webkit/plugins/ppapi/plugin_delegate.h"
|
|
|
| +namespace gpu {
|
| +class CommandBufferHelper;
|
| +}
|
| +
|
| namespace webkit {
|
| namespace ppapi {
|
|
|
| @@ -24,7 +28,8 @@ class MockPluginDelegate : public PluginDelegate {
|
| virtual PlatformContext3D* CreateContext3D();
|
| virtual PlatformVideoDecoder* CreateVideoDecoder(
|
| media::VideoDecodeAccelerator::Client* client,
|
| - int command_buffer_route_id);
|
| + int32 command_buffer_route_id,
|
| + gpu::CommandBufferHelper* cmd_buffer_helper);
|
| virtual PlatformAudio* CreateAudio(uint32_t sample_rate,
|
| uint32_t sample_count,
|
| PlatformAudio::Client* client);
|
|
|