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

Unified Diff: device/gamepad/gamepad_platform_data_fetcher_linux.h

Issue 2076013002: exo: Implement wayland gamepad support (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@serv
Patch Set: fixed polling thread. Created 4 years, 6 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
« components/exo/wayland/server.cc ('K') | « device/gamepad/gamepad_data_fetcher.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: device/gamepad/gamepad_platform_data_fetcher_linux.h
diff --git a/device/gamepad/gamepad_platform_data_fetcher_linux.h b/device/gamepad/gamepad_platform_data_fetcher_linux.h
index 39907c9b6af48f14bdee8eeb5f3e396febb347e4..a3160f0b23029967bd12218d929f5f86b176287f 100644
--- a/device/gamepad/gamepad_platform_data_fetcher_linux.h
+++ b/device/gamepad/gamepad_platform_data_fetcher_linux.h
@@ -24,7 +24,8 @@ class UdevLinux;
namespace device {
-class GamepadPlatformDataFetcherLinux : public GamepadDataFetcher {
+class DEVICE_GAMEPAD_EXPORT GamepadPlatformDataFetcherLinux
+ : public GamepadDataFetcher {
public:
GamepadPlatformDataFetcherLinux();
~GamepadPlatformDataFetcherLinux() override;
« components/exo/wayland/server.cc ('K') | « device/gamepad/gamepad_data_fetcher.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698