| 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 a0febcc9ba41942688cf145289604897ceb84461..c406e51996caa305008facc2f268f80eb28272e2 100644
|
| --- a/third_party/WebKit/Source/modules/gamepad/NavigatorGamepad.h
|
| +++ b/third_party/WebKit/Source/modules/gamepad/NavigatorGamepad.h
|
| @@ -28,6 +28,7 @@
|
|
|
| #include "core/dom/ContextLifecycleObserver.h"
|
| #include "core/frame/LocalDOMWindow.h"
|
| +#include "core/frame/Navigator.h"
|
| #include "core/frame/PlatformEventController.h"
|
| #include "modules/ModulesExport.h"
|
| #include "platform/AsyncMethodRunner.h"
|
| @@ -40,7 +41,6 @@ namespace blink {
|
| class Document;
|
| class Gamepad;
|
| class GamepadList;
|
| -class Navigator;
|
|
|
| class MODULES_EXPORT NavigatorGamepad final : public GarbageCollectedFinalized<NavigatorGamepad>, public Supplement<Navigator>, public ContextLifecycleObserver, public PlatformEventController, public LocalDOMWindow::EventListenerObserver {
|
| USING_GARBAGE_COLLECTED_MIXIN(NavigatorGamepad);
|
|
|