Index: ppapi/proxy/interface_proxy.cc |
=================================================================== |
--- ppapi/proxy/interface_proxy.cc (revision 100753) |
+++ ppapi/proxy/interface_proxy.cc (working copy) |
@@ -10,8 +10,10 @@ |
namespace ppapi { |
namespace proxy { |
-InterfaceProxy::InterfaceProxy(Dispatcher* dispatcher) |
- : dispatcher_(dispatcher) { |
+InterfaceProxy::InterfaceProxy(Dispatcher* dispatcher, |
+ const void* target_interface) |
+ : dispatcher_(dispatcher), |
+ target_interface_(target_interface) { |
} |
InterfaceProxy::~InterfaceProxy() { |