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

Unified Diff: content/shell/renderer/test_runner/event_sender.h

Issue 283713002: Add API to event_sender. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Remove unused args. Created 6 years, 7 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 | « no previous file | content/shell/renderer/test_runner/event_sender.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/shell/renderer/test_runner/event_sender.h
diff --git a/content/shell/renderer/test_runner/event_sender.h b/content/shell/renderer/test_runner/event_sender.h
index 3b2c7efc3af0bdc716d3286e9e3e1f5bb37b18c4..350155742c0fea815a5771385adef28da7e78ad8 100644
--- a/content/shell/renderer/test_runner/event_sender.h
+++ b/content/shell/renderer/test_runner/event_sender.h
@@ -128,7 +128,6 @@ class EventSender : public base::SupportsWeakPtr<EventSender> {
void MouseDragBegin();
void MouseDragEnd();
- void MouseMomentumBegin();
void GestureScrollBegin(gin::Arguments* args);
void GestureScrollEnd(gin::Arguments* args);
@@ -144,7 +143,12 @@ class EventSender : public base::SupportsWeakPtr<EventSender> {
void ContinuousMouseScrollBy(gin::Arguments* args);
void MouseMoveTo(gin::Arguments* args);
+ void TrackpadScrollBegin();
+ void TrackpadScroll(gin::Arguments* args);
+ void TrackpadScrollEnd();
void MouseScrollBy(gin::Arguments* args);
+ void MouseMomentumBegin();
+ void MouseMomentumBegin2(gin::Arguments* args);
void MouseMomentumScrollBy(gin::Arguments* args);
void MouseMomentumEnd();
void ScheduleAsynchronousClick(int button_number, int modifiers);
« no previous file with comments | « no previous file | content/shell/renderer/test_runner/event_sender.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698