| Index: ppapi/proxy/resource_creation_proxy.h
|
| diff --git a/ppapi/proxy/resource_creation_proxy.h b/ppapi/proxy/resource_creation_proxy.h
|
| index 0ac2468a647003fb0c980919c6976b7fac888d53..97ba608a9364b0e2b12a9de28af80bd2109796ec 100644
|
| --- a/ppapi/proxy/resource_creation_proxy.h
|
| +++ b/ppapi/proxy/resource_creation_proxy.h
|
| @@ -143,6 +143,8 @@ class ResourceCreationProxy : public InterfaceProxy,
|
| virtual PP_Resource CreateTCPSocketPrivate(PP_Instance instance) OVERRIDE;
|
| virtual PP_Resource CreateUDPSocket(PP_Instance instance) OVERRIDE;
|
| virtual PP_Resource CreateUDPSocketPrivate(PP_Instance instance) OVERRIDE;
|
| + virtual PP_Resource CreateVideoDestination(PP_Instance instance) OVERRIDE;
|
| + virtual PP_Resource CreateVideoSource(PP_Instance instance) OVERRIDE;
|
| virtual PP_Resource CreateWebSocket(PP_Instance instance) OVERRIDE;
|
| virtual PP_Resource CreateX509CertificatePrivate(
|
| PP_Instance instance) OVERRIDE;
|
| @@ -170,8 +172,6 @@ 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;
|
|
|