diff options
Diffstat (limited to 'ppapi/proxy/interface_proxy.cc')
-rw-r--r-- | ppapi/proxy/interface_proxy.cc | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/ppapi/proxy/interface_proxy.cc b/ppapi/proxy/interface_proxy.cc index a474383..913821a 100644 --- a/ppapi/proxy/interface_proxy.cc +++ b/ppapi/proxy/interface_proxy.cc @@ -10,10 +10,8 @@ namespace ppapi { namespace proxy { -InterfaceProxy::InterfaceProxy(Dispatcher* dispatcher, - const void* target_interface) - : dispatcher_(dispatcher), - target_interface_(target_interface) { +InterfaceProxy::InterfaceProxy(Dispatcher* dispatcher) + : dispatcher_(dispatcher) { } InterfaceProxy::~InterfaceProxy() { |