| Index: ppapi/proxy/resource_creation_proxy.h
|
| diff --git a/ppapi/proxy/resource_creation_proxy.h b/ppapi/proxy/resource_creation_proxy.h
|
| index e4fdb52d4766cad287cbfc4cd151e01aec783df3..eabc9b22144539dd17b6db2f7f98379ca5ccf216 100644
|
| --- a/ppapi/proxy/resource_creation_proxy.h
|
| +++ b/ppapi/proxy/resource_creation_proxy.h
|
| @@ -133,7 +133,10 @@ class ResourceCreationProxy : public InterfaceProxy,
|
| virtual PP_Resource CreateVideoDecoder(
|
| PP_Instance instance,
|
| PP_Resource context3d_id,
|
| - PP_VideoDecoder_Profile profile) OVERRIDE;
|
| + PP_VideoDecoder_Profile profile,
|
| + const PP_Size& frame_size,
|
| + const uint8_t* extra_data,
|
| + uint32_t extra_data_size) OVERRIDE;
|
| virtual PP_Resource CreateVideoLayer(PP_Instance instance,
|
| PP_VideoLayerMode_Dev mode) OVERRIDE;
|
| virtual PP_Resource CreateWebSocket(PP_Instance instance) OVERRIDE;
|
|
|