| Index: ppapi/thunk/ppb_instance_api.h
|
| diff --git a/ppapi/thunk/ppb_instance_api.h b/ppapi/thunk/ppb_instance_api.h
|
| index 58f119f2fd33f5dda7ded13c7bcf458003223bc2..7ce4e78e3b82fcd4eb66bc20987038ddf5ef3881 100644
|
| --- a/ppapi/thunk/ppb_instance_api.h
|
| +++ b/ppapi/thunk/ppb_instance_api.h
|
| @@ -103,8 +103,8 @@ class PPB_Instance_FunctionAPI {
|
| // Mouse cursor.
|
| virtual PP_Bool SetCursor(PP_Instance instance,
|
| PP_MouseCursor_Type type,
|
| - PP_Resource image,
|
| - const PP_Point* hot_spot) = 0;
|
| + PP_Resource image,
|
| + const PP_Point* hot_spot) = 0;
|
|
|
| // MouseLock.
|
| virtual int32_t LockMouse(PP_Instance instance,
|
|
|