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

Unified Diff: components/test_runner/event_sender.cc

Issue 2173073003: Move WebInputEvent into public/platform from public/web (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix gn build failure with android Created 4 years, 5 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 | « components/test_runner/event_sender.h ('k') | components/test_runner/test_plugin.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/test_runner/event_sender.cc
diff --git a/components/test_runner/event_sender.cc b/components/test_runner/event_sender.cc
index 3a4b797d6e1975e1ecdd3bec535f02f6a7e302cb..83997527ce07721d70e652fc72b3d3f9ae50ef35 100644
--- a/components/test_runner/event_sender.cc
+++ b/components/test_runner/event_sender.cc
@@ -2241,7 +2241,7 @@ void EventSender::SendCurrentTouchEvent(WebInputEvent::Type type,
uint32_t unique_touch_event_id;
GetOptionalTouchArgs(args, moved_beyond_slop_region, unique_touch_event_id);
- DCHECK_GT(static_cast<unsigned>(WebTouchEvent::touchesLengthCap),
+ DCHECK_GT(static_cast<unsigned>(WebTouchEvent::kTouchesLengthCap),
touch_points_.size());
if (force_layout_on_events_)
view()->updateAllLifecyclePhases();
« no previous file with comments | « components/test_runner/event_sender.h ('k') | components/test_runner/test_plugin.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698