diff options
Diffstat (limited to 'ppapi/thunk/resource_creation_api.h')
-rw-r--r-- | ppapi/thunk/resource_creation_api.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ppapi/thunk/resource_creation_api.h b/ppapi/thunk/resource_creation_api.h index 8757382..e34f659 100644 --- a/ppapi/thunk/resource_creation_api.h +++ b/ppapi/thunk/resource_creation_api.h @@ -119,7 +119,7 @@ class ResourceCreationAPI { virtual PP_Resource CreateVideoDecoder( PP_Instance instance, PP_Resource context3d_id, - const PP_VideoConfigElement* config) = 0; + PP_VideoDecoder_Profile profile) = 0; virtual PP_Resource CreateVideoLayer(PP_Instance instance, PP_VideoLayerMode_Dev mode) = 0; virtual PP_Resource CreateWheelInputEvent( |