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

Unified Diff: content/common/gamepad_messages.h

Issue 8570018: Define/update structure and gamepad messages between renderer and browser. (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Created 9 years, 1 month 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/common/gamepad_hardware_buffer.h ('k') | content/content_common.gypi » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/common/gamepad_messages.h
diff --git a/content/common/gamepad_messages.h b/content/common/gamepad_messages.h
index a93a140f8a6e35a530feda4927e33407b7294bd8..65478b0db9097024092ff32939411bcf7ca47378 100644
--- a/content/common/gamepad_messages.h
+++ b/content/common/gamepad_messages.h
@@ -14,15 +14,10 @@
// Messages sent from the renderer to the browser.
// Asks the browser process to start polling, and return a shared memory
-// handles that will hold the (triple-buffered) data from the hardware.
-// The number of Starts should match the number of Stops (below).
+// handles that will hold the data from the hardware. See
+// gamepad_hardware_buffer.h for a description of how synchronization is
+// handled. The number of Starts should match the number of Stops.
IPC_SYNC_MESSAGE_CONTROL0_1(GamepadHostMsg_StartPolling,
base::SharedMemoryHandle /* handle */)
IPC_SYNC_MESSAGE_CONTROL0_0(GamepadHostMsg_StopPolling)
-
-
-// Messages sent from browser to renderer.
-
-IPC_MESSAGE_CONTROL1(GamepadMsg_Updated,
- int /* read_buffer_index */)
« no previous file with comments | « content/common/gamepad_hardware_buffer.h ('k') | content/content_common.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698