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

Unified Diff: ppapi/native_client/src/shared/ppapi_proxy/ppb_graphics_3d.srpc

Issue 8919014: Revert "Revert 113479 - Revert "Revert 113250 - Add CommandBuffer::SetGetBuffer"" (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 9 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: ppapi/native_client/src/shared/ppapi_proxy/ppb_graphics_3d.srpc
diff --git a/ppapi/native_client/src/shared/ppapi_proxy/ppb_graphics_3d.srpc b/ppapi/native_client/src/shared/ppapi_proxy/ppb_graphics_3d.srpc
index fe0b49962f2f3cfaef6487250a54e0cab616299f..0cb9b577976c77e338c42b361f5adfbdef870274 100644
--- a/ppapi/native_client/src/shared/ppapi_proxy/ppb_graphics_3d.srpc
+++ b/ppapi/native_client/src/shared/ppapi_proxy/ppb_graphics_3d.srpc
@@ -77,16 +77,15 @@
# Initialize the command buffer.
{'name': 'PPB_Graphics3DTrusted_InitCommandBuffer',
'inputs': [['resource_id', 'PP_Resource'],
- ['size', 'int32_t']
],
'outputs': [['success', 'int32_t']] # PP_Bool
},
- # Get the ring buffer.
- {'name': 'PPB_Graphics3DTrusted_GetRingBuffer',
- 'inputs': [['resource_id', 'PP_Resource']],
- 'outputs': [['shm_desc', 'handle'],
- ['shm_size', 'int32_t']
- ]
+ # Set the buffer used for commands.
+ {'name': 'PPB_Graphics3DTrusted_SetGetBuffer',
+ 'inputs': [['resource_id', 'PP_Resource'],
+ ['shm_id', 'int32_t'],
+ ],
+ 'outputs': []
},
# Get command buffer state.
{'name': 'PPB_Graphics3DTrusted_GetState',
@@ -142,6 +141,6 @@
['shm_size', 'int32_t']
]
},
- # End of PPB_Graphics3DTrusted
+ # End of PPB_Graphics3DTrusted
]
}

Powered by Google App Engine
This is Rietveld 408576698