| Index: ppapi/proxy/resource_creation_proxy.h
|
| diff --git a/ppapi/proxy/resource_creation_proxy.h b/ppapi/proxy/resource_creation_proxy.h
|
| index 85f2ddd4dbf4d0eb881905797dbd4d4d1bff3f74..3c33e90b2a9711cbb2cc929e73d0a6ef66f7bd45 100644
|
| --- a/ppapi/proxy/resource_creation_proxy.h
|
| +++ b/ppapi/proxy/resource_creation_proxy.h
|
| @@ -162,6 +162,8 @@ class ResourceCreationProxy : public InterfaceProxy,
|
| PP_Instance instance,
|
| PP_Resource context3d_id,
|
| PP_VideoDecoder_Profile profile) OVERRIDE;
|
| + virtual PP_Resource CreateVideoDestination(PP_Instance instance) OVERRIDE;
|
| + virtual PP_Resource CreateVideoSource(PP_Instance instance) OVERRIDE;
|
| #endif // !defined(OS_NACL)
|
|
|
| virtual bool Send(IPC::Message* msg) OVERRIDE;
|
|
|