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

Unified Diff: base/win/win_util.h

Issue 159713012: Don't track mouse events in HWNDMessageHandler when they are forwarded by the LegacyRenderWidgetHost (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 6 years, 10 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: base/win/win_util.h
===================================================================
--- base/win/win_util.h (revision 250790)
+++ base/win/win_util.h (working copy)
@@ -129,6 +129,9 @@
// Returns true if the machine is enrolled to a domain.
BASE_EXPORT bool IsEnrolledToDomain();
+// Marker added to certain WM_MOUSEMOVE messages.
+#define SPECIAL_MOUSEMOVE_NOT_TO_BE_TRACKED 0xbeef
+
} // namespace win
} // namespace base

Powered by Google App Engine
This is Rietveld 408576698