| Index: webkit/plugins/ppapi/resource_creation_impl.h
|
| diff --git a/webkit/plugins/ppapi/resource_creation_impl.h b/webkit/plugins/ppapi/resource_creation_impl.h
|
| index 211f1cd06f58ff2202bf4e0278895e9611803fe9..dd734285970261026679119e9e55a322ecda5c3d 100644
|
| --- a/webkit/plugins/ppapi/resource_creation_impl.h
|
| +++ b/webkit/plugins/ppapi/resource_creation_impl.h
|
| @@ -105,7 +105,7 @@ class ResourceCreationImpl : public ::ppapi::FunctionGroupBase,
|
| virtual PP_Resource CreateVideoDecoder(
|
| PP_Instance instance,
|
| PP_Resource context3d_id,
|
| - const PP_VideoConfigElement* config) OVERRIDE;
|
| + const PP_VideoDecoderConfig_Dev& config) OVERRIDE;
|
| virtual PP_Resource CreateVideoLayer(PP_Instance instance,
|
| PP_VideoLayerMode_Dev mode) OVERRIDE;
|
| virtual PP_Resource CreateWheelInputEvent(
|
|
|