| Index: content/common/gpu/gpu_messages.h
|
| diff --git a/content/common/gpu/gpu_messages.h b/content/common/gpu/gpu_messages.h
|
| index 033d00de596c66eb3e7336a6c4807a3a0ed28023..24d9946cdfcdca8338110a5af83258260cb8afa6 100644
|
| --- a/content/common/gpu/gpu_messages.h
|
| +++ b/content/common/gpu/gpu_messages.h
|
| @@ -40,7 +40,6 @@
|
|
|
| IPC_STRUCT_BEGIN(GPUCreateCommandBufferConfig)
|
| IPC_STRUCT_MEMBER(int32, share_group_id)
|
| - IPC_STRUCT_MEMBER(std::string, allowed_extensions)
|
| IPC_STRUCT_MEMBER(std::vector<int>, attribs)
|
| IPC_STRUCT_MEMBER(GURL, active_url)
|
| IPC_STRUCT_MEMBER(gfx::GpuPreference, gpu_preference)
|
|
|