Index: content/common/gpu/gpu_messages.h |
diff --git a/content/common/gpu/gpu_messages.h b/content/common/gpu/gpu_messages.h |
index de5d1e2abb794654ab3872557a0c09d7601b9438..ec1b8ae03f3858e794f6cbcbccad07e53d4cb19c 100644 |
--- a/content/common/gpu/gpu_messages.h |
+++ b/content/common/gpu/gpu_messages.h |
@@ -40,6 +40,7 @@ IPC_STRUCT_BEGIN(GPUCreateCommandBufferConfig) |
IPC_STRUCT_MEMBER(std::vector<int>, attribs) |
IPC_STRUCT_MEMBER(GURL, active_url) |
IPC_STRUCT_MEMBER(gfx::GpuPreference, gpu_preference) |
+ IPC_STRUCT_MEMBER(bool, use_virtual_gl_context) |
IPC_STRUCT_END() |
#undef IPC_MESSAGE_EXPORT |