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

Unified Diff: ui/events/blink/blink_features.h

Issue 2618063002: Send Mouse Leave events all the time when we get a ET_MOUSE_EXITED (Closed)
Patch Set: Fix test failure on linux Created 3 years, 11 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/events/blink/blink_features.h
diff --git a/ui/events/blink/blink_features.h b/ui/events/blink/blink_features.h
index 3d1473d0780d8f7576b8bcc655b0a9ca3ad8ab50..c172f14442f3673aed4823c83a41a181cd255846 100644
--- a/ui/events/blink/blink_features.h
+++ b/ui/events/blink/blink_features.h
@@ -14,7 +14,7 @@ extern const base::Feature kVsyncAlignedInputEvents;
// This feature allows native ET_MOUSE_EXIT events to be passed
// through to blink as mouse leave events. Traditionally these events were
// converted to mouse move events due to a number of incosistencies on
tdresser 2017/01/06 21:39:15 Might as well fix "inconsistencies" while we're he
dtapuska 2017/01/06 21:47:28 Done.
-// the native platforms. Enabled by default on ChromeOS. crbug.com/450631
+// the native platforms. crbug.com/450631
extern const base::Feature kSendMouseLeaveEvents;
}
« no previous file with comments | « content/browser/renderer_host/render_widget_host_view_event_handler.cc ('k') | ui/events/blink/blink_features.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698