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

Unified Diff: third_party/WebKit/Source/web/tests/TouchActionTest.cpp

Issue 2479123003: WIP Add getCoalescedEvents API using vector of WebInputEvents (Closed)
Patch Set: Created 4 years, 1 month 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: third_party/WebKit/Source/web/tests/TouchActionTest.cpp
diff --git a/third_party/WebKit/Source/web/tests/TouchActionTest.cpp b/third_party/WebKit/Source/web/tests/TouchActionTest.cpp
index c62d10752b997727805e7846b388c25d92eed830..a41e6a509f6775c971a693cd16cfe4cdeef782d0 100644
--- a/third_party/WebKit/Source/web/tests/TouchActionTest.cpp
+++ b/third_party/WebKit/Source/web/tests/TouchActionTest.cpp
@@ -387,7 +387,7 @@ void TouchActionTest::sendTouchEvent(WebView* webView,
webTouchEvent.touches[0].radiusY = 10;
webTouchEvent.touches[0].force = 1.0;
- webView->handleInputEvent(webTouchEvent);
+ webView->handleInputEvent(webTouchEvent, std::vector<const WebInputEvent*>());
runPendingTasks();
}

Powered by Google App Engine
This is Rietveld 408576698