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

Unified Diff: device/gamepad/gamepad_monitor.h

Issue 2808093006: [Device Service] Move Gamepad Blink headers to be part of the Gamepad client library (Closed)
Patch Set: rebase and address comments 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
« no previous file with comments | « device/gamepad/gamepad_consumer.h ('k') | device/gamepad/gamepad_monitor.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: device/gamepad/gamepad_monitor.h
diff --git a/device/gamepad/gamepad_monitor.h b/device/gamepad/gamepad_monitor.h
index fab371e3f470c9058e77dae6aaf61e5a5e03823b..5572189e1751eea1639b970804353eacc2e1fa9c 100644
--- a/device/gamepad/gamepad_monitor.h
+++ b/device/gamepad/gamepad_monitor.h
@@ -23,10 +23,8 @@ class DEVICE_GAMEPAD_EXPORT GamepadMonitor
static void Create(mojom::GamepadMonitorRequest request);
// GamepadConsumer implementation.
- void OnGamepadConnected(unsigned index,
- const blink::WebGamepad& gamepad) override;
- void OnGamepadDisconnected(unsigned index,
- const blink::WebGamepad& gamepad) override;
+ void OnGamepadConnected(unsigned index, const Gamepad& gamepad) override;
+ void OnGamepadDisconnected(unsigned index, const Gamepad& gamepad) override;
// mojom::GamepadMonitor implementation.
void GamepadStartPolling(
« no previous file with comments | « device/gamepad/gamepad_consumer.h ('k') | device/gamepad/gamepad_monitor.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698