| Index: gpu/ipc/common/gpu_messages.h
|
| diff --git a/gpu/ipc/common/gpu_messages.h b/gpu/ipc/common/gpu_messages.h
|
| index f66974b9166cf69888f960aec4c356fc176d5a16..770ab3d5a17beb922b612df0caed9b05a0aa23db 100644
|
| --- a/gpu/ipc/common/gpu_messages.h
|
| +++ b/gpu/ipc/common/gpu_messages.h
|
| @@ -243,3 +243,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 */)
|
|
|