| Index: ui/aura/cursor_manager.h
|
| diff --git a/ui/aura/cursor_manager.h b/ui/aura/cursor_manager.h
|
| index 84e4207c82838cedc9a5015ceb27814738c6a1c3..405099711271b85b449314c04eda96ba8bbaf0d2 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 is_cursor_locked() const { return cursor_lock_count_ > 0; }
|
| +
|
| 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_
|
| -
|
|
|