| Index: webkit/plugins/ppapi/plugin_delegate.h
|
| diff --git a/webkit/plugins/ppapi/plugin_delegate.h b/webkit/plugins/ppapi/plugin_delegate.h
|
| index 3cb1feae4d4ee9bf1fbcffd4a0fdf1bf1bedd25b..4c93d339e119b58c77fc3c9fdd7a8449e4bd011e 100644
|
| --- a/webkit/plugins/ppapi/plugin_delegate.h
|
| +++ b/webkit/plugins/ppapi/plugin_delegate.h
|
| @@ -251,7 +251,8 @@ class PluginDelegate {
|
|
|
| // The caller will own the pointer returned from this.
|
| virtual PlatformVideoDecoder* CreateVideoDecoder(
|
| - PP_VideoDecoderConfig_Dev* decoder_config) = 0;
|
| + PP_VideoDecoderConfig_Dev* decoder_config,
|
| + media::VideoDecodeAccelerator::Client* client) = 0;
|
|
|
| // The caller is responsible for calling Shutdown() on the returned pointer
|
| // to clean up the corresponding resources allocated during this call.
|
|
|