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

Unified Diff: content/common/input/event_with_latency_info_unittest.cc

Issue 2233543002: Make first TouchStart and first TouchMove events on a flinging layer non-blocking (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: new fling Created 4 years, 4 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: content/common/input/event_with_latency_info_unittest.cc
diff --git a/content/common/input/event_with_latency_info_unittest.cc b/content/common/input/event_with_latency_info_unittest.cc
index 45907f7117b11d39e2b7bb7b1b33b9d729671047..490e569477a8908c9f5f2018bf8060658a735947 100644
--- a/content/common/input/event_with_latency_info_unittest.cc
+++ b/content/common/input/event_with_latency_info_unittest.cc
@@ -238,7 +238,7 @@ TEST_F(EventWithLatencyInfoTest, TouchEventCoalescing) {
touch0 = CreateTouch(WebInputEvent::TouchMove, 2);
touch0.event.dispatchType =
- WebInputEvent::DispatchType::ListenersForcedNonBlockingPassive;
+ WebInputEvent::DispatchType::ListenersForcedNonBlockingPassiveDueToFling;
touch1 = CreateTouch(WebInputEvent::TouchMove, 2);
touch1.event.dispatchType =
WebInputEvent::DispatchType::ListenersNonBlockingPassive;

Powered by Google App Engine
This is Rietveld 408576698