| Index: ui/aura/cursor_manager.h
|
| diff --git a/ui/aura/cursor_manager.h b/ui/aura/cursor_manager.h
|
| index 84e4207c82838cedc9a5015ceb27814738c6a1c3..6f87adc49fcc7ea914c1037202bd42ade2253082 100644
|
| --- a/ui/aura/cursor_manager.h
|
| +++ b/ui/aura/cursor_manager.h
|
| @@ -26,6 +26,8 @@ class AURA_EXPORT CursorManager {
|
| void LockCursor();
|
| void UnlockCursor();
|
|
|
| + bool IsCursorLocked();
|
| +
|
| void SetCursor(gfx::NativeCursor);
|
|
|
| // Shows or hides the cursor.
|
| @@ -55,4 +57,3 @@ class AURA_EXPORT CursorManager {
|
| } // namespace aura
|
|
|
| #endif // UI_AURA_CURSOR_MANAGER_H_
|
| -
|
|
|