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

Unified Diff: content/renderer/render_thread_impl.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 | « content/renderer/pepper/pepper_plugin_instance_impl.cc ('k') | content/renderer/render_thread_impl.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/renderer/render_thread_impl.h
diff --git a/content/renderer/render_thread_impl.h b/content/renderer/render_thread_impl.h
index 35c36aa27829ec8a34f9dcf6e7dd39b290d63f7e..4ee6d4f7fd0e4ea1051de524511a318b56ae359d 100644
--- a/content/renderer/render_thread_impl.h
+++ b/content/renderer/render_thread_impl.h
@@ -62,7 +62,6 @@ namespace blink {
namespace scheduler {
class WebThreadBase;
}
-class WebGamepads;
class WebMediaStreamCenter;
class WebMediaStreamCenterClient;
}
@@ -79,6 +78,10 @@ class SyntheticBeginFrameSource;
class TaskGraphRunner;
}
+namespace device {
+class Gamepads;
+}
+
namespace discardable_memory {
class ClientDiscardableSharedMemoryManager;
}
@@ -461,7 +464,7 @@ class CONTENT_EXPORT RenderThreadImpl
}
// Retrieve current gamepad data.
- void SampleGamepads(blink::WebGamepads* data);
+ void SampleGamepads(device::Gamepads* data);
// Called by a RenderWidget when it is created or destroyed. This
// allows the process to know when there are no visible widgets.
« no previous file with comments | « content/renderer/pepper/pepper_plugin_instance_impl.cc ('k') | content/renderer/render_thread_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698