| Index: ppapi/proxy/ppapi_messages.h
|
| diff --git a/ppapi/proxy/ppapi_messages.h b/ppapi/proxy/ppapi_messages.h
|
| index 82b9731ce9c19cc1ddc6555f7bede81150f9df2b..fa0c71c597769efc8edd6737aece6e34b5aa87b4 100644
|
| --- a/ppapi/proxy/ppapi_messages.h
|
| +++ b/ppapi/proxy/ppapi_messages.h
|
| @@ -787,8 +787,9 @@ IPC_MESSAGE_ROUTED1(PpapiHostMsg_PPBGraphics2D_Flush,
|
| ppapi::HostResource /* graphics_2d */)
|
|
|
| // PPB_Graphics3D.
|
| -IPC_SYNC_MESSAGE_ROUTED2_1(PpapiHostMsg_PPBGraphics3D_Create,
|
| +IPC_SYNC_MESSAGE_ROUTED3_1(PpapiHostMsg_PPBGraphics3D_Create,
|
| PP_Instance /* instance */,
|
| + ppapi::HostResource /* share_context */,
|
| std::vector<int32_t> /* attrib_list */,
|
| ppapi::HostResource /* result */)
|
| IPC_SYNC_MESSAGE_ROUTED1_0(PpapiHostMsg_PPBGraphics3D_InitCommandBuffer,
|
|
|