| Index: ppapi/proxy/resource_creation_proxy.h
|
| diff --git a/ppapi/proxy/resource_creation_proxy.h b/ppapi/proxy/resource_creation_proxy.h
|
| index 304d7fbeba65adc263dade2e194df12ced5052a2..2eefe624d294ba266cdc12d86efda2436423cb9c 100644
|
| --- a/ppapi/proxy/resource_creation_proxy.h
|
| +++ b/ppapi/proxy/resource_creation_proxy.h
|
| @@ -109,7 +109,10 @@ class ResourceCreationProxy : public ::ppapi::FunctionGroupBase,
|
| const char* proto) OVERRIDE;
|
| virtual PP_Resource CreateURLLoader(PP_Instance instance) OVERRIDE;
|
| virtual PP_Resource CreateURLRequestInfo(PP_Instance instance) OVERRIDE;
|
| - virtual PP_Resource CreateVideoDecoder(PP_Instance instance) OVERRIDE;
|
| + virtual PP_Resource CreateVideoDecoder(
|
| + PP_Instance instance,
|
| + PP_Resource context3d_id,
|
| + const PP_VideoConfigElement* config) OVERRIDE;
|
| virtual PP_Resource CreateVideoLayer(PP_Instance instance,
|
| PP_VideoLayerMode_Dev mode) OVERRIDE;
|
| virtual PP_Resource CreateWheelInputEvent(
|
|
|