diff options
Diffstat (limited to 'ppapi/proxy/interface_proxy.h')
-rw-r--r-- | ppapi/proxy/interface_proxy.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/ppapi/proxy/interface_proxy.h b/ppapi/proxy/interface_proxy.h index a35c63d..b9891b9 100644 --- a/ppapi/proxy/interface_proxy.h +++ b/ppapi/proxy/interface_proxy.h @@ -60,6 +60,9 @@ class InterfaceProxy : public IPC::Channel::Listener, // dispatcher manages our lifetime. InterfaceProxy(Dispatcher* dispatcher); + uint32 SendCallback(PP_CompletionCallback callback); + PP_CompletionCallback ReceiveCallback(uint32 serialized_callback); + private: Dispatcher* dispatcher_; }; |