| Index: content/common/child_process_messages.h | 
| diff --git a/content/common/child_process_messages.h b/content/common/child_process_messages.h | 
| index 5700c4884b31de9a862a89a3a885612f7e5ba3d2..86b951857b253f316f22c336a567c206ee46998b 100644 | 
| --- a/content/common/child_process_messages.h | 
| +++ b/content/common/child_process_messages.h | 
| @@ -62,6 +62,11 @@ IPC_ENUM_TRAITS_MAX_VALUE(gfx::GpuMemoryBufferType, | 
| IPC_STRUCT_TRAITS_BEGIN(gfx::GpuMemoryBufferHandle) | 
| IPC_STRUCT_TRAITS_MEMBER(type) | 
| IPC_STRUCT_TRAITS_MEMBER(handle) | 
| +#if defined(OS_ANDROID) | 
| +  IPC_STRUCT_TRAITS_MEMBER(native_buffer) | 
| +  IPC_STRUCT_TRAITS_MEMBER(texture_id) | 
| +  IPC_STRUCT_TRAITS_MEMBER(surface_texture_handle) | 
| +#endif | 
| #if defined(OS_MACOSX) | 
| IPC_STRUCT_TRAITS_MEMBER(io_surface_id) | 
| #endif | 
|  |