| Index: ppapi/proxy/ppapi_messages.h
|
| ===================================================================
|
| --- ppapi/proxy/ppapi_messages.h (revision 95134)
|
| +++ ppapi/proxy/ppapi_messages.h (working copy)
|
| @@ -635,9 +635,8 @@
|
| pp::proxy::HostResource /* graphics_2d */)
|
|
|
| // PPB_Graphics3D.
|
| -IPC_SYNC_MESSAGE_ROUTED3_1(PpapiHostMsg_PPBGraphics3D_Create,
|
| +IPC_SYNC_MESSAGE_ROUTED2_1(PpapiHostMsg_PPBGraphics3D_Create,
|
| PP_Instance /* instance */,
|
| - int32_t /* config */,
|
| std::vector<int32_t> /* attrib_list */,
|
| pp::proxy::HostResource /* result */)
|
|
|
|
|