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

Unified Diff: ui/aura/remote_window_tree_host_win.h

Issue 560633002: Ensure that mouse lock works correctly on Chrome ASH in Windows 8. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Build errors Created 6 years, 3 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
« no previous file with comments | « no previous file | ui/aura/remote_window_tree_host_win.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/aura/remote_window_tree_host_win.h
diff --git a/ui/aura/remote_window_tree_host_win.h b/ui/aura/remote_window_tree_host_win.h
index 7a545800876d2e9f822a0bff6afa9b48fcaa2fd9..9a726d1cccf35bcf9cb2eeed3c67d5df639a4837 100644
--- a/ui/aura/remote_window_tree_host_win.h
+++ b/ui/aura/remote_window_tree_host_win.h
@@ -171,9 +171,9 @@ class AURA_EXPORT RemoteWindowTreeHostWin
IPC::Sender* host_;
scoped_ptr<ui::ViewProp> prop_;
- // Set to true if we need to ignore mouse messages until the SetCursorPos
+ // Incremented if we need to ignore mouse messages until the SetCursorPos
// operation is acked by the viewer.
- bool ignore_mouse_moves_until_set_cursor_ack_;
+ int ignore_mouse_moves_until_set_cursor_ack_;
// Tracking last click event for synthetically generated mouse events.
scoped_ptr<ui::MouseEvent> last_mouse_click_event_;
« no previous file with comments | « no previous file | ui/aura/remote_window_tree_host_win.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698