| Index: ui/events/x/events_x_utils.h
|
| diff --git a/ui/events/x/events_x_utils.h b/ui/events/x/events_x_utils.h
|
| index f25bb5ae7ae28fbf592ec430a2827d642722327a..ced7d6ca5e2c809a146cea812a5e3ec95933d6d6 100644
|
| --- a/ui/events/x/events_x_utils.h
|
| +++ b/ui/events/x/events_x_utils.h
|
| @@ -26,7 +26,7 @@ EVENTS_X_EXPORT EventType EventTypeFromXEvent(const XEvent& xev);
|
| EVENTS_X_EXPORT int EventFlagsFromXEvent(const XEvent& xev);
|
|
|
| // Gets the timestamp from a XEvent.
|
| -EVENTS_X_EXPORT base::TimeDelta EventTimeFromXEvent(const XEvent& xev);
|
| +EVENTS_X_EXPORT base::TimeTicks EventTimeFromXEvent(const XEvent& xev);
|
|
|
| // Gets the location from a XEvent. The coordinate system of the resultant
|
| // |Point| has the origin at top-left of the "root window". The nature of
|
|
|