| Index: ppapi/thunk/resource_creation_api.h
|
| diff --git a/ppapi/thunk/resource_creation_api.h b/ppapi/thunk/resource_creation_api.h
|
| index f8174c6c30f7ce8538bcf329f560597fdabb90f0..94311bb9fcab49fe2df5a40d5e6cd48fd9c57858 100644
|
| --- a/ppapi/thunk/resource_creation_api.h
|
| +++ b/ppapi/thunk/resource_creation_api.h
|
| @@ -195,7 +195,6 @@ class ResourceCreationAPI {
|
| PP_Instance instance) = 0;
|
| virtual PP_Resource CreateScrollbar(PP_Instance instance,
|
| PP_Bool vertical) = 0;
|
| - virtual PP_Resource CreateTalk(PP_Instance instance) = 0;
|
| virtual PP_Resource CreateVideoCapture(PP_Instance instance) = 0;
|
| virtual PP_Resource CreateVideoDecoderDev(
|
| PP_Instance instance,
|
|
|