Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(499)

Unified Diff: ui/aura/root_window.h

Issue 49383004: Ensure on Windows AURA that the cursor stays within the bounds of the window during a LockMouse ope… (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 7 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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);

Powered by Google App Engine
This is Rietveld 408576698