| Index: content/renderer/pepper_plugin_delegate_impl.cc
|
| diff --git a/content/renderer/pepper_plugin_delegate_impl.cc b/content/renderer/pepper_plugin_delegate_impl.cc
|
| index ce5b17c7c543e8c602b034655e9a86a8c24a2909..bcbd7bba21cae00e5922be17c6dfdb5cd632edec 100644
|
| --- a/content/renderer/pepper_plugin_delegate_impl.cc
|
| +++ b/content/renderer/pepper_plugin_delegate_impl.cc
|
| @@ -812,7 +812,8 @@ webkit::ppapi::PluginDelegate::PlatformContext3D*
|
|
|
| webkit::ppapi::PluginDelegate::PlatformVideoDecoder*
|
| PepperPluginDelegateImpl::CreateVideoDecoder(
|
| - PP_VideoDecoderConfig_Dev* decoder_config) {
|
| + PP_VideoConfigElement* decoder_config,
|
| + media::VideoDecodeAccelerator::Client* client) {
|
| // TODO(vmr): Implement.
|
| NOTIMPLEMENTED();
|
| return NULL;
|
|
|