| Index: ppapi/proxy/interface_proxy.cc
|
| diff --git a/ppapi/proxy/interface_proxy.cc b/ppapi/proxy/interface_proxy.cc
|
| index a474383ffef08b61823b054add9a33229abcc27b..913821a52ec202572da29a862e0d25bb9f14b27b 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() {
|
|
|