Chromium Code Reviews| Index: ui/aura/root_window.h |
| =================================================================== |
| --- ui/aura/root_window.h (revision 231601) |
| +++ ui/aura/root_window.h (working copy) |
| @@ -136,6 +136,9 @@ |
| // Clips the cursor movement to the root_window. |
| bool ConfineCursorToWindow(); |
| + // Restores the cursor movement beyond the root window. |
| + void UnConfineCursor(); |
| + |
| // Draw the damage_rect. |
| void ScheduleRedrawRect(const gfx::Rect& damage_rect); |