| Index: ppapi/thunk/resource_creation_api.h
|
| diff --git a/ppapi/thunk/resource_creation_api.h b/ppapi/thunk/resource_creation_api.h
|
| index 5564eecdba5dfa38a5c6e5570267ff9c072a4600..12d859028cff6551c0f644167bcbdaf4753e4692 100644
|
| --- a/ppapi/thunk/resource_creation_api.h
|
| +++ b/ppapi/thunk/resource_creation_api.h
|
| @@ -118,7 +118,7 @@ class ResourceCreationAPI {
|
| virtual PP_Resource CreateVideoDecoder(
|
| PP_Instance instance,
|
| PP_Resource context3d_id,
|
| - const PP_VideoConfigElement* config) = 0;
|
| + const PP_VideoDecoderConfig_Dev& config) = 0;
|
| virtual PP_Resource CreateVideoLayer(PP_Instance instance,
|
| PP_VideoLayerMode_Dev mode) = 0;
|
| virtual PP_Resource CreateWheelInputEvent(
|
|
|