| 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..2c840b06d8580b99416087d4d9cfcabf2af049f3 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,
|
| + std::string device_string);
|
| void GestureScrollFirstPoint(int x, int y);
|
|
|
| void TouchStart();
|
|
|