summaryrefslogtreecommitdiffstats
path: root/ppapi/proxy/ppp_instance_proxy.h
diff options
context:
space:
mode:
Diffstat (limited to 'ppapi/proxy/ppp_instance_proxy.h')
-rw-r--r--ppapi/proxy/ppp_instance_proxy.h7
1 files changed, 1 insertions, 6 deletions
diff --git a/ppapi/proxy/ppp_instance_proxy.h b/ppapi/proxy/ppp_instance_proxy.h
index f9b471c..7b70245 100644
--- a/ppapi/proxy/ppp_instance_proxy.h
+++ b/ppapi/proxy/ppp_instance_proxy.h
@@ -25,12 +25,7 @@ class SerializedVarReturnValue;
class PPP_Instance_Proxy : public InterfaceProxy {
public:
- template <class PPP_Instance_Type>
- PPP_Instance_Proxy(Dispatcher* dispatcher,
- const PPP_Instance_Type* target_interface)
- : InterfaceProxy(dispatcher, static_cast<const void*>(target_interface)),
- combined_interface_(new PPP_Instance_Combined(*target_interface)) {
- }
+ PPP_Instance_Proxy(Dispatcher* dispatcher);
virtual ~PPP_Instance_Proxy();
// Return the info for the 1.0 (latest, canonical) version of the interface.