| 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 34256ccadef2c0ecdcf061f840c5194547e38328..6c7782518385b1c77650c25bb59162352c68cb73 100644
|
| --- a/content/renderer/pepper_plugin_delegate_impl.cc
|
| +++ b/content/renderer/pepper_plugin_delegate_impl.cc
|
| @@ -814,7 +814,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;
|
|
|