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

Unified Diff: third_party/WebKit/public/platform/Platform.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 | « third_party/WebKit/public/BUILD.gn ('k') | third_party/WebKit/public/platform/WebGamepad.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/public/platform/Platform.h
diff --git a/third_party/WebKit/public/platform/Platform.h b/third_party/WebKit/public/platform/Platform.h
index eab1ca5647cb791538ec8b33fef4eaba3584bd08..28b05e6dae485248cfff9941cec2e3e815afb239 100644
--- a/third_party/WebKit/public/platform/Platform.h
+++ b/third_party/WebKit/public/platform/Platform.h
@@ -43,7 +43,6 @@
#include "WebDeviceLightListener.h"
#include "WebFeaturePolicy.h"
#include "WebGamepadListener.h"
-#include "WebGamepads.h"
#include "WebGestureDevice.h"
#include "WebLocalizedString.h"
#include "WebMessagePortChannel.h"
@@ -60,6 +59,10 @@
#include "cc/surfaces/frame_sink_id.h"
#include "mojo/public/cpp/system/message_pipe.h"
+namespace device {
+class Gamepads;
+}
+
namespace gpu {
class GpuMemoryBufferManager;
}
@@ -280,7 +283,7 @@ class BLINK_PLATFORM_EXPORT Platform {
// Gamepad -------------------------------------------------------------
- virtual void SampleGamepads(WebGamepads& into) {}
+ virtual void SampleGamepads(device::Gamepads& into) {}
// History -------------------------------------------------------------
« no previous file with comments | « third_party/WebKit/public/BUILD.gn ('k') | third_party/WebKit/public/platform/WebGamepad.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698