| Index: ui/events/test/event_generator.h
|
| diff --git a/ui/events/test/event_generator.h b/ui/events/test/event_generator.h
|
| index bc243b9207145528fa6cffe560af9e3b3197ce6e..4f978ed30788f0ee5da47910db3883e7bf3b2524 100644
|
| --- a/ui/events/test/event_generator.h
|
| +++ b/ui/events/test/event_generator.h
|
| @@ -315,7 +315,7 @@ class EventGenerator {
|
| // scrolls of each of the values in |offsets|.
|
| void ScrollSequence(const gfx::Point& start,
|
| const base::TimeDelta& step_delay,
|
| - const std::vector<gfx::Point>& offsets,
|
| + const std::vector<gfx::PointF>& offsets,
|
| int num_fingers);
|
|
|
| // Generates a key press event. On platforms except Windows and X11, a key
|
|
|