Index: ppapi/proxy/ppb_core_proxy.h |
=================================================================== |
--- ppapi/proxy/ppb_core_proxy.h (revision 74021) |
+++ ppapi/proxy/ppb_core_proxy.h (working copy) |
@@ -21,13 +21,13 @@ |
PPB_Core_Proxy(Dispatcher* dispatcher, const void* target_interface); |
virtual ~PPB_Core_Proxy(); |
+ static const Info* GetInfo(); |
+ |
const PPB_Core* ppb_core_target() const { |
return reinterpret_cast<const PPB_Core*>(target_interface()); |
} |
// InterfaceProxy implementation. |
- virtual const void* GetSourceInterface() const; |
- virtual InterfaceID GetInterfaceId() const; |
virtual bool OnMessageReceived(const IPC::Message& msg); |
private: |