| 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 3342896aaf6db68f90802a0415d7b90d6a8881e9..aee1b740ebd8b6276545df76d854cd982d0d9cb9 100644
|
| --- a/webkit/plugins/ppapi/resource_creation_impl.h
|
| +++ b/webkit/plugins/ppapi/resource_creation_impl.h
|
| @@ -100,6 +100,7 @@ class ResourceCreationImpl : 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 CreateVideoCapture(PP_Instance instance) OVERRIDE;
|
| virtual PP_Resource CreateVideoDecoder(
|
| PP_Instance instance,
|
| PP_Resource context3d_id,
|
|
|