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