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

Unified Diff: device/gamepad/gamepad_data_fetcher.h

Issue 2076013002: exo: Implement wayland gamepad support (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@serv
Patch Set: minor adjustments to protocol 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
Index: device/gamepad/gamepad_data_fetcher.h
diff --git a/device/gamepad/gamepad_data_fetcher.h b/device/gamepad/gamepad_data_fetcher.h
index 28b3949a41f2325028bc6cfc75d9e55523ec5cac..d071a252d9e5420b29ecd0d18ab752e82392276c 100644
--- a/device/gamepad/gamepad_data_fetcher.h
+++ b/device/gamepad/gamepad_data_fetcher.h
@@ -10,6 +10,7 @@
#include <limits>
#include "build/build_config.h"
+#include "device/gamepad/gamepad_export.h"
#include "device/gamepad/gamepad_standard_mappings.h"
#include "third_party/WebKit/public/platform/WebGamepads.h"
@@ -17,7 +18,7 @@ namespace device {
// Abstract interface for imlementing platform- (and test-) specific behaviro
// for getting the gamepad data.
-class GamepadDataFetcher {
+class DEVICE_GAMEPAD_EXPORT GamepadDataFetcher {
public:
virtual ~GamepadDataFetcher() {}
virtual void GetGamepadData(blink::WebGamepads* pads,

Powered by Google App Engine
This is Rietveld 408576698