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

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: Rebased Created 4 years, 8 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 | « blimp/net/input_message_generator.cc ('k') | components/test_runner/event_sender.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/test_runner/event_sender.h
diff --git a/components/test_runner/event_sender.h b/components/test_runner/event_sender.h
index 471406c7cf8a93a38dbbc055ff7d5ae701da13f6..6a17bb7d4816b54438f2664b1f3d4dee57dc6182 100644
--- a/components/test_runner/event_sender.h
+++ b/components/test_runner/event_sender.h
@@ -137,9 +137,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 | « blimp/net/input_message_generator.cc ('k') | components/test_runner/event_sender.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698