| Index: content/common/gpu/gpu_messages.h
|
| diff --git a/content/common/gpu/gpu_messages.h b/content/common/gpu/gpu_messages.h
|
| index 0289b4c239eb6f34e2736f0b6130e913c714a49e..49a26501a2e86a9e4d7ed54dfa48851557d9e20d 100644
|
| --- a/content/common/gpu/gpu_messages.h
|
| +++ b/content/common/gpu/gpu_messages.h
|
| @@ -84,6 +84,10 @@ IPC_STRUCT_BEGIN(AcceleratedSurfaceMsg_BufferPresented_Params)
|
| #if defined(OS_MACOSX)
|
| IPC_STRUCT_MEMBER(int32, renderer_id)
|
| #endif
|
| +#if defined(OS_WIN)
|
| + IPC_STRUCT_MEMBER(base::TimeTicks, vsync_timebase)
|
| + IPC_STRUCT_MEMBER(base::TimeDelta, vsync_interval)
|
| +#endif
|
| IPC_STRUCT_END()
|
|
|
| IPC_STRUCT_BEGIN(GPUCommandBufferConsoleMessage)
|
|
|