Index: ppapi/cpp/private/tcp_socket_private.h |
diff --git a/ppapi/cpp/private/tcp_socket_private.h b/ppapi/cpp/private/tcp_socket_private.h |
index 415a1eded4ba4faea940480e89d57b8bce9250de..a9929fa26189979bfc18ec2cae1cdbc94ae96d01 100644 |
--- a/ppapi/cpp/private/tcp_socket_private.h |
+++ b/ppapi/cpp/private/tcp_socket_private.h |
@@ -18,6 +18,8 @@ class TCPSocketPrivate : public Resource { |
public: |
explicit TCPSocketPrivate(const InstanceHandle& instance); |
+ explicit TCPSocketPrivate(PP_Resource resource); |
+ |
// Returns true if the required interface is available. |
static bool IsAvailable(); |