| Index: content/common/gpu/gpu_messages.h
|
| diff --git a/content/common/gpu/gpu_messages.h b/content/common/gpu/gpu_messages.h
|
| index c586453eec19a916774d2a01e909c7f354eed190..b4f85e897732101751d1c068ac7767af34192ce2 100644
|
| --- a/content/common/gpu/gpu_messages.h
|
| +++ b/content/common/gpu/gpu_messages.h
|
| @@ -373,13 +373,6 @@ IPC_SYNC_MESSAGE_CONTROL1_3(GpuHostMsg_EstablishGpuChannel,
|
| IPC::ChannelHandle /* handle to channel */,
|
| gpu::GPUInfo /* stats about GPU process*/)
|
|
|
| -// A renderer sends this to the browser process when it wants to
|
| -// create a GL context associated with the given view_id.
|
| -IPC_SYNC_MESSAGE_CONTROL2_1(GpuHostMsg_CreateViewCommandBuffer,
|
| - GPUCreateCommandBufferConfig, /* init_params */
|
| - int32, /* route_id */
|
| - content::CreateCommandBufferResult /* result */)
|
| -
|
| // Response from GPU to a GputMsg_Initialize message.
|
| IPC_MESSAGE_CONTROL2(GpuHostMsg_Initialized,
|
| bool /* result */,
|
|
|