Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(112)

Unified Diff: ui/events/x/events_x_utils.h

Issue 2751833006: Treat NotifyVirtual events as mouse move events for blink. (Closed)
Patch Set: Try to fix build Created 3 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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_

Powered by Google App Engine
This is Rietveld 408576698