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

Unified Diff: device/gamepad/gamepad_platform_data_fetcher_linux.h

Issue 2808093006: [Device Service] Move Gamepad Blink headers to be part of the Gamepad client library (Closed)
Patch Set: clean up code Created 3 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: 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 da22ba3c60c8148fe0b3f7495d1a2a6583c9b3e3..e4d199b7e0095f14070e0ac026f898c6859e7d3c 100644
--- a/device/gamepad/gamepad_platform_data_fetcher_linux.h
+++ b/device/gamepad/gamepad_platform_data_fetcher_linux.h
@@ -47,7 +47,7 @@ class DEVICE_GAMEPAD_EXPORT GamepadPlatformDataFetcherLinux
void ReadDeviceData(size_t index);
// File descriptor for the /dev/input/js* devices. -1 if not in use.
- int device_fd_[blink::WebGamepads::kItemsLengthCap];
+ int device_fd_[Gamepads::kItemsLengthCap];
mattreynolds 2017/04/13 01:53:33 gamepads.h is getting included by gamepad_data_fet
juncai 2017/04/13 23:55:52 Done.
std::unique_ptr<device::UdevLinux> udev_;

Powered by Google App Engine
This is Rietveld 408576698