diff options
Diffstat (limited to 'ppapi/proxy/ppb_var_deprecated_proxy.h')
| -rw-r--r-- | ppapi/proxy/ppb_var_deprecated_proxy.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ppapi/proxy/ppb_var_deprecated_proxy.h b/ppapi/proxy/ppb_var_deprecated_proxy.h index 193da9d..d105d25 100644 --- a/ppapi/proxy/ppb_var_deprecated_proxy.h +++ b/ppapi/proxy/ppb_var_deprecated_proxy.h @@ -29,13 +29,13 @@ class PPB_Var_Deprecated_Proxy : public InterfaceProxy { const void* target_interface); virtual ~PPB_Var_Deprecated_Proxy(); + static const Info* GetInfo(); + const PPB_Var_Deprecated* ppb_var_target() const { return reinterpret_cast<const PPB_Var_Deprecated*>(target_interface()); } // InterfaceProxy implementation. - virtual const void* GetSourceInterface() const; - virtual InterfaceID GetInterfaceId() const; virtual bool OnMessageReceived(const IPC::Message& msg); private: |
