| Index: webkit/plugins/ppapi/resource_creation_impl.h
|
| diff --git a/webkit/plugins/ppapi/resource_creation_impl.h b/webkit/plugins/ppapi/resource_creation_impl.h
|
| index 44dae8e902cd1ccf7b1ecb92be035c0aa3239ed1..94e4ae575e161353386dcb35e2fce110c21bb7ab 100644
|
| --- a/webkit/plugins/ppapi/resource_creation_impl.h
|
| +++ b/webkit/plugins/ppapi/resource_creation_impl.h
|
| @@ -109,7 +109,10 @@ class ResourceCreationImpl : public ::ppapi::thunk::ResourceCreationAPI {
|
| virtual PP_Resource CreateVideoDecoder(
|
| PP_Instance instance,
|
| PP_Resource graphics3d_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;
|
|
|