| Index: ppapi/thunk/resource_creation_api.h
|
| diff --git a/ppapi/thunk/resource_creation_api.h b/ppapi/thunk/resource_creation_api.h
|
| index 4e6124e47fb267403f7150e56d1b6761ffc4e63b..8d6c01bb047da5a246abacea0ab6dfc73bf6b28e 100644
|
| --- a/ppapi/thunk/resource_creation_api.h
|
| +++ b/ppapi/thunk/resource_creation_api.h
|
| @@ -109,7 +109,10 @@ class ResourceCreationAPI {
|
| const char* proto) = 0;
|
| virtual PP_Resource CreateURLLoader(PP_Instance instance) = 0;
|
| virtual PP_Resource CreateURLRequestInfo(PP_Instance instance) = 0;
|
| - virtual PP_Resource CreateVideoDecoder(PP_Instance instance) = 0;
|
| + virtual PP_Resource CreateVideoDecoder(
|
| + PP_Instance instance,
|
| + PP_Resource context3d_id,
|
| + const PP_VideoConfigElement* config) = 0;
|
| virtual PP_Resource CreateVideoLayer(PP_Instance instance,
|
| PP_VideoLayerMode_Dev mode) = 0;
|
| virtual PP_Resource CreateWheelInputEvent(
|
|
|