| Index: webkit/plugins/ppapi/mock_plugin_delegate.cc
|
| diff --git a/webkit/plugins/ppapi/mock_plugin_delegate.cc b/webkit/plugins/ppapi/mock_plugin_delegate.cc
|
| index 133226b523e37d1dce158469b726b4be1c41de6d..fda6a28f9a84668a26ad9ee471955ccff31029c0 100644
|
| --- a/webkit/plugins/ppapi/mock_plugin_delegate.cc
|
| +++ b/webkit/plugins/ppapi/mock_plugin_delegate.cc
|
| @@ -41,7 +41,7 @@ MockPluginDelegate::PlatformContext3D* MockPluginDelegate::CreateContext3D() {
|
|
|
| MockPluginDelegate::PlatformVideoDecoder*
|
| MockPluginDelegate::CreateVideoDecoder(
|
| - PP_VideoDecoderConfig_Dev* decoder_config) {
|
| + PP_VideoConfigElement* decoder_config) {
|
| return NULL;
|
| }
|
|
|
|
|