| Index: content/common/child_process_messages.h
|
| diff --git a/content/common/child_process_messages.h b/content/common/child_process_messages.h
|
| index 18c3cc4c2efe0c9e3cac05a46a4d23af8fa27faa..9cd644a88647e339bc97ef706d53cb422da11020 100644
|
| --- a/content/common/child_process_messages.h
|
| +++ b/content/common/child_process_messages.h
|
| @@ -60,13 +60,6 @@ IPC_STRUCT_TRAITS_END()
|
| IPC_ENUM_TRAITS_MAX_VALUE(gfx::GpuMemoryBufferType,
|
| gfx::GPU_MEMORY_BUFFER_TYPE_LAST)
|
|
|
| -#if defined(OS_ANDROID)
|
| -IPC_STRUCT_TRAITS_BEGIN(gfx::SurfaceTextureId)
|
| - IPC_STRUCT_TRAITS_MEMBER(primary_id)
|
| - IPC_STRUCT_TRAITS_MEMBER(secondary_id)
|
| -IPC_STRUCT_TRAITS_END()
|
| -#endif
|
| -
|
| IPC_STRUCT_TRAITS_BEGIN(gfx::GpuMemoryBufferId)
|
| IPC_STRUCT_TRAITS_MEMBER(primary_id)
|
| IPC_STRUCT_TRAITS_MEMBER(secondary_id)
|
| @@ -79,9 +72,6 @@ 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
|
| #if defined(USE_X11)
|
| IPC_STRUCT_TRAITS_MEMBER(pixmap)
|
| #endif
|
|
|