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

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: 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 916cf88910d658fc0e4d52bd7965cfe5cfdae957..ac0426520b91b10cf9232126142b3112ddaac1ef 100644
--- a/components/test_runner/event_sender.h
+++ b/components/test_runner/event_sender.h
@@ -125,10 +125,12 @@ class EventSender : public base::SupportsWeakPtr<EventSender> {
void TouchStart();
void TouchMove();
- void TouchMoveCausingScrollIfUncanceled();
void TouchCancel();
void TouchEnd();
+ void NotifyStartOfImplScroll();
+ void NotifyEndOfImplScroll();
+
void LeapForward(int milliseconds);
void BeginDragWithFiles(const std::vector<std::string>& files);
« no previous file with comments | « no previous file | components/test_runner/event_sender.cc » ('j') | content/browser/renderer_host/input/touch_event_queue.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698