| 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 a5b83762b3c737f89906ca062b1578382a170078..1259d36bd5c3db240049f88bea399ae7811dbf71 100644
|
| --- a/webkit/plugins/ppapi/mock_plugin_delegate.h
|
| +++ b/webkit/plugins/ppapi/mock_plugin_delegate.h
|
| @@ -22,7 +22,8 @@ class MockPluginDelegate : public PluginDelegate {
|
| virtual PlatformImage2D* CreateImage2D(int width, int height);
|
| virtual PlatformContext3D* CreateContext3D();
|
| virtual PlatformVideoDecoder* CreateVideoDecoder(
|
| - PP_VideoDecoderConfig_Dev* decoder_config);
|
| + PP_VideoConfigElement* decoder_config,
|
| + media::VideoDecodeAccelerator::Client* client);
|
| virtual PlatformAudio* CreateAudio(uint32_t sample_rate,
|
| uint32_t sample_count,
|
| PlatformAudio::Client* client);
|
|
|