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

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

Issue 2618063002: Send Mouse Leave events all the time when we get a ET_MOUSE_EXITED (Closed)
Patch Set: Fix typo 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
« no previous file with comments | « ui/events/blink/blink_features.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/events/blink/blink_features.cc
diff --git a/ui/events/blink/blink_features.cc b/ui/events/blink/blink_features.cc
index 427ccf2563735d340bd9a1416b80e8f3769f1950..13e9c1c77e5dbe4951f82235c5aa9e4d63fd0611 100644
--- a/ui/events/blink/blink_features.cc
+++ b/ui/events/blink/blink_features.cc
@@ -11,14 +11,6 @@ namespace features {
const base::Feature kVsyncAlignedInputEvents{"VsyncAlignedInput",
base::FEATURE_DISABLED_BY_DEFAULT};
-const base::Feature kSendMouseLeaveEvents {
- "SendMouseLeaveEvents",
-// TODO(chaopeng) this fix only for chromeos now, should convert ET_MOUSE_EXITED
-// to MouseLeave when crbug.com/450631 fixed.
-#if defined(OS_CHROMEOS)
- base::FEATURE_ENABLED_BY_DEFAULT
-#else
- base::FEATURE_DISABLED_BY_DEFAULT
-#endif
-};
+const base::Feature kSendMouseLeaveEvents{"SendMouseLeaveEvents",
+ base::FEATURE_ENABLED_BY_DEFAULT};
}
« no previous file with comments | « ui/events/blink/blink_features.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698