| Index: content/common/gpu/gpu_messages.h
|
| diff --git a/content/common/gpu/gpu_messages.h b/content/common/gpu/gpu_messages.h
|
| index 3f373bbc46f41b570cf1d4a4a15ee27f3d2ce45a..b0ed6247aef5508b8bb882ad6b611e30018a4591 100644
|
| --- a/content/common/gpu/gpu_messages.h
|
| +++ b/content/common/gpu/gpu_messages.h
|
| @@ -502,9 +502,10 @@ IPC_SYNC_MESSAGE_ROUTED2_1(GpuCommandBufferMsg_WaitForGetOffsetInRange,
|
| // Caller passes its current put offset. Current state (including get offset)
|
| // is returned in shared memory. The input latency info for the current
|
| // frame is also sent to the GPU process.
|
| -IPC_MESSAGE_ROUTED3(GpuCommandBufferMsg_AsyncFlush,
|
| +IPC_MESSAGE_ROUTED4(GpuCommandBufferMsg_AsyncFlush,
|
| int32 /* put_offset */,
|
| uint32 /* flush_count */,
|
| + std::vector<uint32> /* sync_points_waited_on */,
|
| std::vector<ui::LatencyInfo> /* latency_info */)
|
|
|
| // Asynchronously process any commands known to the GPU process. This is only
|
|
|