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

Unified Diff: trunk/src/ui/base/x/x11_util.h

Issue 63443002: Revert 233414 "x11: Move XInput2 availability information out of..." (Closed) Base URL: svn://svn.chromium.org/chrome/
Patch Set: Created 7 years, 1 month 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
« no previous file with comments | « trunk/src/ui/aura/root_window_host_x11.cc ('k') | trunk/src/ui/base/x/x11_util.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: trunk/src/ui/base/x/x11_util.h
===================================================================
--- trunk/src/ui/base/x/x11_util.h (revision 233415)
+++ trunk/src/ui/base/x/x11_util.h (working copy)
@@ -51,10 +51,8 @@
// 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,
// 2) SHM putimage,
« no previous file with comments | « trunk/src/ui/aura/root_window_host_x11.cc ('k') | trunk/src/ui/base/x/x11_util.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698