| Index: content/common/gpu/gpu_messages.h
|
| diff --git a/content/common/gpu/gpu_messages.h b/content/common/gpu/gpu_messages.h
|
| index 22f2a7951bd9534a418811f8a854f753556cf446..4bd5d6ea3343361512dabb2bec104800f2ff70db 100644
|
| --- a/content/common/gpu/gpu_messages.h
|
| +++ b/content/common/gpu/gpu_messages.h
|
| @@ -186,9 +186,6 @@ IPC_STRUCT_TRAITS_END()
|
| IPC_STRUCT_TRAITS_BEGIN(gpu::MemoryAllocation)
|
| IPC_STRUCT_TRAITS_MEMBER(bytes_limit_when_visible)
|
| IPC_STRUCT_TRAITS_MEMBER(priority_cutoff_when_visible)
|
| - IPC_STRUCT_TRAITS_MEMBER(bytes_limit_when_not_visible)
|
| - IPC_STRUCT_TRAITS_MEMBER(priority_cutoff_when_not_visible)
|
| - IPC_STRUCT_TRAITS_MEMBER(have_backbuffer_when_not_visible)
|
| IPC_STRUCT_TRAITS_END()
|
| IPC_ENUM_TRAITS(gpu::MemoryAllocation::PriorityCutoff)
|
|
|
|
|