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

Unified Diff: components/test_runner/event_sender.h

Issue 1800143002: Notify Blink about start of gesture scroll through a queued event. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fixed touch_event_stream_validator Created 4 years, 9 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: components/test_runner/event_sender.h
diff --git a/components/test_runner/event_sender.h b/components/test_runner/event_sender.h
index be4bd7866259e29c860b71fbd6562e1f46bc3fcc..4362220136a6d72951e17e822b76ebaf63b1a2fa 100644
--- a/components/test_runner/event_sender.h
+++ b/components/test_runner/event_sender.h
@@ -131,9 +131,9 @@ class EventSender : public base::SupportsWeakPtr<EventSender> {
void TouchStart();
void TouchMove();
- void TouchMoveCausingScrollIfUncanceled();
void TouchCancel();
void TouchEnd();
+ void NotifyStartOfTouchScroll();
void LeapForward(int milliseconds);
« no previous file with comments | « no previous file | components/test_runner/event_sender.cc » ('j') | content/browser/renderer_host/input/input_router_impl.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698