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

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

Issue 902173003: EventSender::GestureFlingStart takes a source_device. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Throw on invalid source device. Created 5 years, 10 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 b6b2781c991e12b53e8f41a9fc071b1dd90150e1..324db083f40129dbbe8f55501fbf796250c334a0 100644
--- a/content/shell/renderer/test_runner/event_sender.h
+++ b/content/shell/renderer/test_runner/event_sender.h
@@ -115,7 +115,11 @@ class EventSender : public base::SupportsWeakPtr<EventSender> {
void DumpFilenameBeingDragged();
void GestureFlingCancel();
- void GestureFlingStart(float x, float y, float velocity_x, float velocity_y);
+ void GestureFlingStart(float x,
+ float y,
+ float velocity_x,
+ float velocity_y,
+ gin::Arguments* args);
void GestureScrollFirstPoint(int x, int y);
void TouchStart();
« 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