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