Chromium Code Reviews| Index: ui/events/event.h |
| diff --git a/ui/events/event.h b/ui/events/event.h |
| index 56fd74c85d53d17d000fa1b9c6c0796104379056..65e796706cad454a080b48f95ab61880b92e00d3 100644 |
| --- a/ui/events/event.h |
| +++ b/ui/events/event.h |
| @@ -756,6 +756,7 @@ class EVENTS_EXPORT ScrollEvent : public MouseEvent { |
| // Used for tests. |
| ScrollEvent(EventType type, |
| const gfx::PointF& location, |
| + const gfx::PointF& root_location, |
| base::TimeDelta time_stamp, |
| int flags, |
| float x_offset, |