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

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

Issue 250793005: Refactor Udev device support in Ozone and add a DRM hotplug monitor (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: . Created 6 years, 8 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
Index: ui/events/ozone/evdev/device_manager_evdev.h
diff --git a/ui/events/ozone/evdev/device_manager_evdev.h b/ui/events/ozone/evdev/device_manager_evdev.h
index 7c500df70770ce66addcc3d886427d82c1d6a10c..24a8cda2c368dccf0eb420baa040d4ae31016c4c 100644
--- a/ui/events/ozone/evdev/device_manager_evdev.h
+++ b/ui/events/ozone/evdev/device_manager_evdev.h
@@ -9,6 +9,7 @@
#include "base/compiler_specific.h"
#include "base/files/file_path.h"
#include "base/memory/scoped_ptr.h"
+#include "ui/events/events_export.h"
namespace ui {
@@ -31,7 +32,7 @@ class DeviceManagerEvdev {
};
// Create simple DeviceManagerEvdev that scans /dev/input manually.
-scoped_ptr<DeviceManagerEvdev> CreateDeviceManagerManual();
+EVENTS_EXPORT scoped_ptr<DeviceManagerEvdev> CreateDeviceManagerManual();
} // namespace ui

Powered by Google App Engine
This is Rietveld 408576698