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

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: rename 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
« no previous file with comments | « content/common/input/event_with_latency_info.cc ('k') | content/renderer/input/main_thread_event_queue.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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..23577f35a2b2887d2915850721ac80921aca7249 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::ListenersForcedNonBlockingDueToFling;
touch1 = CreateTouch(WebInputEvent::TouchMove, 2);
touch1.event.dispatchType =
WebInputEvent::DispatchType::ListenersNonBlockingPassive;
« no previous file with comments | « content/common/input/event_with_latency_info.cc ('k') | content/renderer/input/main_thread_event_queue.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698