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

Unified Diff: ppapi/proxy/ppapi_messages.h

Issue 2104403003: pepper: parse context creation attrib list on the plugin side (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@gpu_pref_size_in_attrs
Patch Set: moar gyp fickses Created 4 years, 6 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
Index: ppapi/proxy/ppapi_messages.h
diff --git a/ppapi/proxy/ppapi_messages.h b/ppapi/proxy/ppapi_messages.h
index 4c0f0b53b8435be7a72d1400f3d00bbc10bceb62..f04286184c8a7ee5edff1c0e4f5ec63315e12a37 100644
--- a/ppapi/proxy/ppapi_messages.h
+++ b/ppapi/proxy/ppapi_messages.h
@@ -1045,14 +1045,15 @@ IPC_MESSAGE_ROUTED1(PpapiHostMsg_PPBCore_ReleaseResource,
ppapi::HostResource)
// PPB_Graphics3D.
-IPC_SYNC_MESSAGE_ROUTED3_4(PpapiHostMsg_PPBGraphics3D_Create,
- PP_Instance /* instance */,
- ppapi::HostResource /* share_context */,
- std::vector<int32_t> /* attrib_list */,
- ppapi::HostResource /* result */,
- gpu::Capabilities /* capabilities */,
- ppapi::proxy::SerializedHandle /* shared_state */,
- gpu::CommandBufferId /* command_buffer_id */)
+IPC_SYNC_MESSAGE_ROUTED3_4(
+ PpapiHostMsg_PPBGraphics3D_Create,
+ PP_Instance /* instance */,
+ ppapi::HostResource /* share_context */,
+ gpu::gles2::ContextCreationAttribHelper /* attrib_helper */,
+ ppapi::HostResource /* result */,
+ gpu::Capabilities /* capabilities */,
+ ppapi::proxy::SerializedHandle /* shared_state */,
+ gpu::CommandBufferId /* command_buffer_id */)
IPC_SYNC_MESSAGE_ROUTED2_0(PpapiHostMsg_PPBGraphics3D_SetGetBuffer,
ppapi::HostResource /* context */,
int32_t /* transfer_buffer_id */)

Powered by Google App Engine
This is Rietveld 408576698