| Index: ppapi/thunk/ppb_cursor_control_api.h
|
| ===================================================================
|
| --- ppapi/thunk/ppb_cursor_control_api.h (revision 90483)
|
| +++ ppapi/thunk/ppb_cursor_control_api.h (working copy)
|
| @@ -13,8 +13,7 @@
|
|
|
| class PPB_CursorControl_FunctionAPI {
|
| public:
|
| - static const ::pp::proxy::InterfaceID interface_id =
|
| - ::pp::proxy::INTERFACE_ID_PPB_CURSORCONTROL;
|
| + virtual ~PPB_CursorControl_FunctionAPI() {}
|
|
|
| virtual PP_Bool SetCursor(PP_Instance instance,
|
| PP_CursorType_Dev type,
|
| @@ -24,6 +23,10 @@
|
| virtual PP_Bool UnlockCursor(PP_Instance instance) = 0;
|
| virtual PP_Bool HasCursorLock(PP_Instance instance) = 0;
|
| virtual PP_Bool CanLockCursor(PP_Instance instance) = 0;
|
| +
|
| + static const ::pp::proxy::InterfaceID interface_id =
|
| + ::pp::proxy::INTERFACE_ID_PPB_CURSORCONTROL;
|
| +
|
| };
|
|
|
| } // namespace thunk
|
|
|