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

Unified Diff: device/gamepad/gamepad_provider.h

Issue 2522843002: Convert Gamepad IPC messages into mojo interface. (Closed)
Patch Set: Convert Gamepad IPC messages into mojo interface. Created 4 years 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: device/gamepad/gamepad_provider.h
diff --git a/device/gamepad/gamepad_provider.h b/device/gamepad/gamepad_provider.h
index faed53d5bc883a9c51f987f244f44e516b0ec794..9c9d3d6503c2eb1ff7aebbdf85c98869db3c2bd3 100644
--- a/device/gamepad/gamepad_provider.h
+++ b/device/gamepad/gamepad_provider.h
@@ -58,6 +58,9 @@ class DEVICE_GAMEPAD_EXPORT GamepadProvider
base::SharedMemoryHandle GetSharedMemoryHandleForProcess(
base::ProcessHandle renderer_process);
+ // Returns the shared memory handle of the gamepad data.
blundell 2016/12/06 12:26:50 Could you add a TODO and bug to follow up by movin
ke.he 2016/12/07 08:05:10 Done.
+ base::SharedMemoryHandle GetSharedMemoryHandle();
+
void AddGamepadDataFetcher(GamepadDataFetcher* fetcher);
void RemoveGamepadDataFetcher(GamepadDataFetcher* fetcher);

Powered by Google App Engine
This is Rietveld 408576698