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

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

Issue 52823002: x11: Move XInput2 availability information out of the message pump. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
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 | « ui/events/x/device_list_cache_x.cc ('k') | ui/events/x/touch_factory_x11.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/events/x/touch_factory_x11.h
diff --git a/ui/events/x/touch_factory_x11.h b/ui/events/x/touch_factory_x11.h
index 4c89cf3a804230a67c4baa36c0ff10e3204461a4..6fb023731d0b01fb22a7390d1971a73eeefa86fc 100644
--- a/ui/events/x/touch_factory_x11.h
+++ b/ui/events/x/touch_factory_x11.h
@@ -10,7 +10,7 @@
#include <vector>
#include "base/timer/timer.h"
-#include "ui/events/events_export.h"
+#include "ui/events/events_base_export.h"
#include "ui/gfx/sequential_id_generator.h"
template <typename T> struct DefaultSingletonTraits;
@@ -23,7 +23,7 @@ typedef union _XEvent XEvent;
namespace ui {
// Functions related to determining touch devices.
-class EVENTS_EXPORT TouchFactory {
+class EVENTS_BASE_EXPORT TouchFactory {
private:
TouchFactory();
~TouchFactory();
« no previous file with comments | « ui/events/x/device_list_cache_x.cc ('k') | ui/events/x/touch_factory_x11.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698