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

Unified Diff: ui/views/win/hwnd_message_handler.h

Issue 2925853002: Flag mouse messages received when cursor is hidden.
Patch Set: Rebase Created 3 years, 6 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 | « ui/views/corewm/tooltip_controller.cc ('k') | ui/views/win/hwnd_message_handler.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/views/win/hwnd_message_handler.h
diff --git a/ui/views/win/hwnd_message_handler.h b/ui/views/win/hwnd_message_handler.h
index 5018970b001623ea6f5502b608e7acdc78d5cf37..8506166479c4ee2052cd33e283d7accebf7cda33 100644
--- a/ui/views/win/hwnd_message_handler.h
+++ b/ui/views/win/hwnd_message_handler.h
@@ -660,12 +660,6 @@ class VIEWS_EXPORT HWNDMessageHandler :
// native SetFocus calls invoked in the views code.
int touch_down_contexts_;
- // Time the last touch message was received. Used to flag mouse messages
- // synthesized by Windows for touch which are not flagged by the OS as
- // synthesized mouse messages. For more information please refer to
- // the IsMouseEventFromTouch function.
- static long last_touch_message_time_;
-
// Time the last WM_MOUSEHWHEEL message is received. Please refer to the
// HandleMouseEventInternal function as to why this is needed.
long last_mouse_hwheel_time_;
« no previous file with comments | « ui/views/corewm/tooltip_controller.cc ('k') | ui/views/win/hwnd_message_handler.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698