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

Unified Diff: base/message_pump_x.h

Issue 6975045: touch: Always expect XInput2 availability. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: . Created 9 years, 5 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
« no previous file with comments | « no previous file | base/message_pump_x.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: base/message_pump_x.h
diff --git a/base/message_pump_x.h b/base/message_pump_x.h
index cbfdd7f58c386b9dad93d27be7726fe7f8482500..ecadc1f7487a5e7b4b2bfc8c741c424e94948933 100644
--- a/base/message_pump_x.h
+++ b/base/message_pump_x.h
@@ -101,13 +101,11 @@ class MessagePumpX : public MessagePumpGlib {
// processed so that GDK doesn't get to them.
void InitializeEventsToCapture(void);
-#if defined(HAVE_XINPUT2)
// Initialize X2 input.
void InitializeXInput2(void);
// The opcode used for checking events.
int xiopcode_;
-#endif
// The event source for GDK events.
GSource* gdksource_;
« no previous file with comments | « no previous file | base/message_pump_x.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698