Index: webkit/plugins/ppapi/resource_creation_impl.cc |
diff --git a/webkit/plugins/ppapi/resource_creation_impl.cc b/webkit/plugins/ppapi/resource_creation_impl.cc |
index 05f09cc067965a37516e27ece30481dc9eaa2a52..402ca5e4d09df08545d8d0ef7b9a682627d3fb6a 100644 |
--- a/webkit/plugins/ppapi/resource_creation_impl.cc |
+++ b/webkit/plugins/ppapi/resource_creation_impl.cc |
@@ -274,7 +274,7 @@ PP_Resource ResourceCreationImpl::CreateVideoCapture(PP_Instance instance) { |
PP_Resource ResourceCreationImpl::CreateVideoDecoder( |
PP_Instance instance, |
PP_Resource context3d_id, |
- const PP_VideoConfigElement* config) { |
+ const PP_VideoDecoderConfig_Dev& config) { |
return PPB_VideoDecoder_Impl::Create(instance, context3d_id, config); |
} |