Index: ppapi/proxy/ppapi_messages.h |
=================================================================== |
--- ppapi/proxy/ppapi_messages.h (revision 141859) |
+++ ppapi/proxy/ppapi_messages.h (working copy) |
@@ -832,6 +832,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 */, |
@@ -870,6 +871,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, |