| 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 3c4845cc48e54df6c9fc1fe631e5be8c324a8a37..80121914de1522778001579921481f7470b7cc86 100644
|
| --- a/ui/events/x/events_x_utils.h
|
| +++ b/ui/events/x/events_x_utils.h
|
| @@ -85,6 +85,8 @@ EVENTS_X_EXPORT bool GetFlingDataFromXEvent(const XEvent& xev,
|
| EVENTS_X_EXPORT void ResetTimestampRolloverCountersForTesting(
|
| std::unique_ptr<base::TickClock> tick_clock = nullptr);
|
|
|
| +EVENTS_X_EXPORT bool IsVirtualMouseLeaveEvent(const XEvent& xev);
|
| +
|
| } // namespace ui
|
|
|
| #endif // UI_EVENTS_X_EVENTS_X_UTILS_H_
|
|
|