Index: ui/base/x/x11_util.h |
diff --git a/ui/base/x/x11_util.h b/ui/base/x/x11_util.h |
index 5f3e5021f3a4578f187d5841190da21743aa663b..9cc8e4d9d2e29b0636405e31dc4e3d3cf0666863 100644 |
--- a/ui/base/x/x11_util.h |
+++ b/ui/base/x/x11_util.h |
@@ -51,7 +51,9 @@ namespace ui { |
// Check if there's an open connection to an X server. |
UI_EXPORT bool XDisplayExists(); |
-// Return an X11 connection for the current, primary display. |
+ |
+// Returns true if the system supports XINPUT2. |
+UI_EXPORT bool IsXInput2Available(); |
// X shared memory comes in three flavors: |
// 1) No SHM support, |