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

Unified Diff: ui/events/ozone/evdev/event_factory.h

Issue 26541007: ozone: Allow building for ozone without depending on pango (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
Index: ui/events/ozone/evdev/event_factory.h
diff --git a/ui/events/ozone/evdev/event_factory.h b/ui/events/ozone/evdev/event_factory.h
index 04a3a526c1dacde4c82df37931f623820cc6173a..b0e7a0a633f59826249eacaf822c931f6fe28d6d 100644
--- a/ui/events/ozone/evdev/event_factory.h
+++ b/ui/events/ozone/evdev/event_factory.h
@@ -6,13 +6,14 @@
#define UI_EVENTS_OZONE_EVENT_FACTORY_DELEGATE_EVDEV_H_
#include "base/compiler_specific.h"
+#include "ui/events/events_export.h"
#include "ui/events/ozone/evdev/event_modifiers.h"
#include "ui/events/ozone/event_factory_ozone.h"
namespace ui {
// Ozone events implementation for the Linux input subsystem ("evdev").
-class EventFactoryEvdev : public EventFactoryOzone {
+class EVENTS_EXPORT EventFactoryEvdev : public EventFactoryOzone {
public:
EventFactoryEvdev();
virtual ~EventFactoryEvdev();

Powered by Google App Engine
This is Rietveld 408576698