| Index: content/common/gpu/gpu_messages.h
|
| diff --git a/content/common/gpu/gpu_messages.h b/content/common/gpu/gpu_messages.h
|
| index d984ac394935f9405d96d75b971ba2767ae31169..77e5744c2d0ce2ec31ab8494fb624d40d9268031 100644
|
| --- a/content/common/gpu/gpu_messages.h
|
| +++ b/content/common/gpu/gpu_messages.h
|
| @@ -556,8 +556,9 @@ IPC_MESSAGE_ROUTED1(GpuCommandBufferMsg_Destroyed,
|
| gpu::error::ContextLostReason /* reason */)
|
|
|
| // Tells the browser that SwapBuffers returned and passes latency info
|
| -IPC_MESSAGE_ROUTED1(GpuCommandBufferMsg_SwapBuffersCompleted,
|
| - std::vector<ui::LatencyInfo> /* latency_info */)
|
| +IPC_MESSAGE_ROUTED2(GpuCommandBufferMsg_SwapBuffersCompleted,
|
| + std::vector<ui::LatencyInfo> /* latency_info */,
|
| + int32 /* result */)
|
|
|
| // Tells the browser about updated parameters for vsync alignment.
|
| IPC_MESSAGE_ROUTED2(GpuCommandBufferMsg_UpdateVSyncParameters,
|
|
|