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

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

Issue 2884953002: Fix Mouse Event Tracing (requires making some events blocking.) (Closed)
Patch Set: Disable test on Android, as mouse input isn't supported. Created 3 years, 7 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 | « content/test/BUILD.gn ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/events/blink/web_input_event_traits.cc
diff --git a/ui/events/blink/web_input_event_traits.cc b/ui/events/blink/web_input_event_traits.cc
index 706fe9f86e5d44f4037765cd9fe70dd771d63c09..b1046d1462615a605b7fcaaf0c5adeef3f68219b 100644
--- a/ui/events/blink/web_input_event_traits.cc
+++ b/ui/events/blink/web_input_event_traits.cc
@@ -181,10 +181,6 @@ bool WebInputEventTraits::ShouldBlockEventStream(
const WebInputEvent& event,
bool raf_aligned_touch_enabled) {
switch (event.GetType()) {
- case WebInputEvent::kMouseDown:
- case WebInputEvent::kMouseUp:
- case WebInputEvent::kMouseEnter:
- case WebInputEvent::kMouseLeave:
case WebInputEvent::kContextMenu:
case WebInputEvent::kGestureScrollBegin:
case WebInputEvent::kGestureScrollEnd:
« no previous file with comments | « content/test/BUILD.gn ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698