diff options
Diffstat (limited to 'ppapi/proxy/ppb_char_set_proxy.h')
-rw-r--r-- | ppapi/proxy/ppb_char_set_proxy.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ppapi/proxy/ppb_char_set_proxy.h b/ppapi/proxy/ppb_char_set_proxy.h index 7a80fcb..91360b1 100644 --- a/ppapi/proxy/ppb_char_set_proxy.h +++ b/ppapi/proxy/ppb_char_set_proxy.h @@ -23,13 +23,13 @@ class PPB_CharSet_Proxy : public InterfaceProxy { 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: |