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(); |