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

Unified Diff: chrome/common/command_buffer_messages_internal.h

Issue 367002: Added Pepper 3D render context that instantiates the GPU plugin.... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 11 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
« no previous file with comments | « chrome/common/chrome_switches.cc ('k') | chrome/common/gpu_plugin.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/common/command_buffer_messages_internal.h
===================================================================
--- chrome/common/command_buffer_messages_internal.h (revision 35153)
+++ chrome/common/command_buffer_messages_internal.h (working copy)
@@ -43,9 +43,10 @@
// Get the shared memory handle for a transfer buffer mapped to the callers
// process.
- IPC_SYNC_MESSAGE_ROUTED1_1(CommandBufferMsg_GetTransferBuffer,
+ IPC_SYNC_MESSAGE_ROUTED1_2(CommandBufferMsg_GetTransferBuffer,
int32 /* id */,
- base::SharedMemoryHandle /* transfer_buffer */)
+ base::SharedMemoryHandle /* transfer_buffer */,
+ size_t /* size */)
// Get the most recently processed token. Used for implementing fences.
IPC_SYNC_MESSAGE_ROUTED0_1(CommandBufferMsg_GetToken,
« no previous file with comments | « chrome/common/chrome_switches.cc ('k') | chrome/common/gpu_plugin.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698