Index: ppapi/proxy/ppapi_messages.h |
diff --git a/ppapi/proxy/ppapi_messages.h b/ppapi/proxy/ppapi_messages.h |
index 275e39ceca150e9b2ac9b0e1caed7dcdaca23c98..3d0befaccaae4cfc4f09a71dc962cba397201d1f 100644 |
--- a/ppapi/proxy/ppapi_messages.h |
+++ b/ppapi/proxy/ppapi_messages.h |
@@ -912,9 +912,10 @@ IPC_SYNC_MESSAGE_ROUTED3_2(PpapiHostMsg_PPBGraphics3D_WaitForGetOffsetInRange, |
int32 /* end */, |
gpu::CommandBuffer::State /* state */, |
bool /* success */) |
-IPC_MESSAGE_ROUTED2(PpapiHostMsg_PPBGraphics3D_AsyncFlush, |
+IPC_MESSAGE_ROUTED3(PpapiHostMsg_PPBGraphics3D_AsyncFlush, |
ppapi::HostResource /* context */, |
- int32 /* put_offset */) |
+ int32 /* put_offset */, |
+ std::vector<uint32> /* sync_points */) |
IPC_SYNC_MESSAGE_ROUTED2_2(PpapiHostMsg_PPBGraphics3D_CreateTransferBuffer, |
ppapi::HostResource /* context */, |
uint32 /* size */, |