diff options
Diffstat (limited to 'ppapi/proxy/ppb_fullscreen_proxy.h')
-rw-r--r-- | ppapi/proxy/ppb_fullscreen_proxy.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ppapi/proxy/ppb_fullscreen_proxy.h b/ppapi/proxy/ppb_fullscreen_proxy.h index 502d5b1..d68965a 100644 --- a/ppapi/proxy/ppb_fullscreen_proxy.h +++ b/ppapi/proxy/ppb_fullscreen_proxy.h @@ -20,13 +20,13 @@ class PPB_Fullscreen_Proxy : public InterfaceProxy { PPB_Fullscreen_Proxy(Dispatcher* dispatcher, const void* target_interface); virtual ~PPB_Fullscreen_Proxy(); + static const Info* GetInfo(); + const PPB_Fullscreen_Dev* ppb_fullscreen_target() const { return reinterpret_cast<const PPB_Fullscreen_Dev*>(target_interface()); } // InterfaceProxy implementation. - virtual const void* GetSourceInterface() const; - virtual InterfaceID GetInterfaceId() const; virtual bool OnMessageReceived(const IPC::Message& msg); private: |