| Index: content/renderer/renderer_blink_platform_impl.cc
|
| diff --git a/content/renderer/renderer_blink_platform_impl.cc b/content/renderer/renderer_blink_platform_impl.cc
|
| index 4ba0c48ba6a174725ff43fb36e91d6c000f4af76..50aad41fea33f41f4c64dc5c55ba9c7e1feb7884 100644
|
| --- a/content/renderer/renderer_blink_platform_impl.cc
|
| +++ b/content/renderer/renderer_blink_platform_impl.cc
|
| @@ -69,6 +69,7 @@
|
| #include "content/renderer/webclipboard_impl.h"
|
| #include "content/renderer/webgraphicscontext3d_provider_impl.h"
|
| #include "content/renderer/webpublicsuffixlist_impl.h"
|
| +#include "device/gamepad/public/cpp/gamepads.h"
|
| #include "gpu/command_buffer/client/gles2_interface.h"
|
| #include "gpu/config/gpu_info.h"
|
| #include "gpu/ipc/client/gpu_channel_host.h"
|
| @@ -90,7 +91,6 @@
|
| #include "third_party/WebKit/public/platform/WebBlobRegistry.h"
|
| #include "third_party/WebKit/public/platform/WebDeviceLightListener.h"
|
| #include "third_party/WebKit/public/platform/WebFileInfo.h"
|
| -#include "third_party/WebKit/public/platform/WebGamepads.h"
|
| #include "third_party/WebKit/public/platform/WebMediaStreamCenter.h"
|
| #include "third_party/WebKit/public/platform/WebMediaStreamCenterClient.h"
|
| #include "third_party/WebKit/public/platform/WebPluginListBuilder.h"
|
| @@ -148,8 +148,6 @@ using blink::WebCanvasCaptureHandler;
|
| using blink::WebDatabaseObserver;
|
| using blink::WebFileInfo;
|
| using blink::WebFileSystem;
|
| -using blink::WebGamepad;
|
| -using blink::WebGamepads;
|
| using blink::WebIDBFactory;
|
| using blink::WebImageCaptureFrameGrabber;
|
| using blink::WebMIDIAccessor;
|
| @@ -785,7 +783,7 @@ WebBlobRegistry* RendererBlinkPlatformImpl::GetBlobRegistry() {
|
|
|
| //------------------------------------------------------------------------------
|
|
|
| -void RendererBlinkPlatformImpl::SampleGamepads(WebGamepads& gamepads) {
|
| +void RendererBlinkPlatformImpl::SampleGamepads(device::Gamepads& gamepads) {
|
| PlatformEventObserverBase* observer =
|
| platform_event_observers_.Lookup(blink::kWebPlatformEventTypeGamepad);
|
| if (!observer)
|
|
|