Index: content/common/child_process_messages.h |
diff --git a/content/common/child_process_messages.h b/content/common/child_process_messages.h |
index 9b44b93537a866f6317adccb46ec4722ef2aef59..7bbd58a5192200e026ebbfdf24f38319fbfa0c3a 100644 |
--- a/content/common/child_process_messages.h |
+++ b/content/common/child_process_messages.h |
@@ -82,6 +82,9 @@ IPC_STRUCT_TRAITS_BEGIN(gfx::GpuMemoryBufferHandle) |
#if defined(OS_ANDROID) |
IPC_STRUCT_TRAITS_MEMBER(surface_texture_id) |
#endif |
+#if defined(USE_X11) |
+ IPC_STRUCT_TRAITS_MEMBER(pixmap) |
+#endif |
IPC_STRUCT_TRAITS_END() |
#undef IPC_MESSAGE_EXPORT |