| Index: ppapi/proxy/interface_proxy.cc
|
| ===================================================================
|
| --- ppapi/proxy/interface_proxy.cc (revision 100854)
|
| +++ ppapi/proxy/interface_proxy.cc (working copy)
|
| @@ -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() {
|
|
|