Chromium Code Reviews| Index: ui/events/event.h |
| diff --git a/ui/events/event.h b/ui/events/event.h |
| index 28a19104af906515b85b902490ee65b62b2502bc..c698decace6a241fb990199a7b2d567cde931e4e 100644 |
| --- a/ui/events/event.h |
| +++ b/ui/events/event.h |
| @@ -460,6 +460,7 @@ class EVENTS_EXPORT MouseWheelEvent : public MouseEvent { |
| MouseWheelEvent(const gfx::Vector2d& offset, |
| const gfx::PointF& location, |
| const gfx::PointF& root_location, |
| + base::TimeDelta time_stamp, |
| int flags, |
| int changed_button_flags); |