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(); |
sky
2013/10/30 22:02:53
UnconfigCursor.
How did the old code unconfine?
ananta
2013/10/30 22:11:41
The only consumer of ConfineCursorToWindow is the
|
+ |
// Draw the damage_rect. |
void ScheduleRedrawRect(const gfx::Rect& damage_rect); |