| Index: content/common/child_process_messages.h
|
| diff --git a/content/common/child_process_messages.h b/content/common/child_process_messages.h
|
| index f220891c9b8ecefca7b849f65038860b9063c8b0..6634b68d8247497c52ee0e8db1858190288f3eb3 100644
|
| --- a/content/common/child_process_messages.h
|
| +++ b/content/common/child_process_messages.h
|
| @@ -66,6 +66,9 @@ IPC_STRUCT_TRAITS_BEGIN(gfx::GpuMemoryBufferHandle)
|
| #if defined(OS_MACOSX)
|
| IPC_STRUCT_TRAITS_MEMBER(io_surface_id)
|
| #endif
|
| +#if defined(OS_ANDROID)
|
| + IPC_STRUCT_TRAITS_MEMBER(surface_texture_id)
|
| +#endif
|
| IPC_STRUCT_TRAITS_END()
|
|
|
| #undef IPC_MESSAGE_EXPORT
|
|
|