| Index: gpu/ipc/common/gpu_messages.h
|
| diff --git a/gpu/ipc/common/gpu_messages.h b/gpu/ipc/common/gpu_messages.h
|
| index b1d6fdc42cbad14b8c8d5df5cd17eb24097b79d6..373766f33187358b078e249b22404b8126b49753 100644
|
| --- a/gpu/ipc/common/gpu_messages.h
|
| +++ b/gpu/ipc/common/gpu_messages.h
|
| @@ -252,3 +252,6 @@ IPC_SYNC_MESSAGE_ROUTED2_1(GpuCommandBufferMsg_CreateStreamTexture,
|
| uint32_t, /* client_texture_id */
|
| int32_t, /* stream_id */
|
| bool /* succeeded */)
|
| +
|
| +// Start or stop VSync sygnal production on GPU side (Windows only).
|
| +IPC_MESSAGE_ROUTED1(GpuCommandBufferMsg_SetNeedsVSync, bool /* needs_vsync */)
|
|
|