| Index: ppapi/proxy/resource_creation_proxy.h
|
| diff --git a/ppapi/proxy/resource_creation_proxy.h b/ppapi/proxy/resource_creation_proxy.h
|
| index 1a8bd53b7ec8fc4898fff2119d8e84703aae2909..d4a1c4da99bea3fb0fbcc88bf57492075eacd3f6 100644
|
| --- a/ppapi/proxy/resource_creation_proxy.h
|
| +++ b/ppapi/proxy/resource_creation_proxy.h
|
| @@ -140,7 +140,9 @@ class ResourceCreationProxy : public InterfaceProxy,
|
| virtual PP_Resource CreatePrinting(PP_Instance) OVERRIDE;
|
| virtual PP_Resource CreateTCPServerSocketPrivate(
|
| PP_Instance instance) OVERRIDE;
|
| - virtual PP_Resource CreateTCPSocket(PP_Instance instance) OVERRIDE;
|
| + virtual PP_Resource CreateTCPSocket1_0(PP_Instance instance) OVERRIDE;
|
| + virtual PP_Resource CreateTCPSocket(PP_Instance instance,
|
| + PP_NetAddress_Family family) OVERRIDE;
|
| virtual PP_Resource CreateTCPSocketPrivate(PP_Instance instance) OVERRIDE;
|
| virtual PP_Resource CreateUDPSocket(PP_Instance instance) OVERRIDE;
|
| virtual PP_Resource CreateUDPSocketPrivate(PP_Instance instance) OVERRIDE;
|
|
|