| Index: ppapi/proxy/ppapi_messages.h
|
| ===================================================================
|
| --- ppapi/proxy/ppapi_messages.h (revision 142376)
|
| +++ ppapi/proxy/ppapi_messages.h (working copy)
|
| @@ -846,6 +846,7 @@
|
| IPC_MESSAGE_ROUTED1(PpapiHostMsg_PPBGraphics2D_Flush,
|
| ppapi::HostResource /* graphics_2d */)
|
|
|
| +#if !defined(OS_NACL)
|
| // PPB_Graphics3D.
|
| IPC_SYNC_MESSAGE_ROUTED3_1(PpapiHostMsg_PPBGraphics3D_Create,
|
| PP_Instance /* instance */,
|
| @@ -884,6 +885,7 @@
|
| uint32 /* size */)
|
| IPC_MESSAGE_ROUTED1(PpapiHostMsg_PPBGraphics3D_SwapBuffers,
|
| ppapi::HostResource /* graphics_3d */)
|
| +#endif // !defined(OS_NACL)
|
|
|
| // PPB_ImageData.
|
| IPC_SYNC_MESSAGE_ROUTED4_3(PpapiHostMsg_PPBImageData_Create,
|
|
|