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

Unified Diff: third_party/WebKit/Source/modules/gamepad/NavigatorGamepad.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
Index: third_party/WebKit/Source/modules/gamepad/NavigatorGamepad.h
diff --git a/third_party/WebKit/Source/modules/gamepad/NavigatorGamepad.h b/third_party/WebKit/Source/modules/gamepad/NavigatorGamepad.h
index fece7508e6374bfefb8ad03669c9f4b39fc0093b..cd4e2eac614b589fda030bfe952239c8de2de221 100644
--- a/third_party/WebKit/Source/modules/gamepad/NavigatorGamepad.h
+++ b/third_party/WebKit/Source/modules/gamepad/NavigatorGamepad.h
@@ -30,11 +30,11 @@
#include "core/frame/LocalDOMWindow.h"
#include "core/frame/Navigator.h"
#include "core/frame/PlatformEventController.h"
+#include "device/gamepad/public/cpp/gamepads.h"
#include "modules/ModulesExport.h"
#include "platform/AsyncMethodRunner.h"
#include "platform/Supplementable.h"
#include "platform/heap/Handle.h"
-#include "public/platform/WebGamepads.h"
namespace blink {
@@ -62,7 +62,7 @@ class MODULES_EXPORT NavigatorGamepad final
DECLARE_VIRTUAL_TRACE();
void DidConnectOrDisconnectGamepad(unsigned index,
- const WebGamepad&,
+ const device::Gamepad&,
bool connected);
private:

Powered by Google App Engine
This is Rietveld 408576698