| Index: gpu/command_buffer/common/gles2_cmd_format.h
|
| diff --git a/gpu/command_buffer/common/gles2_cmd_format.h b/gpu/command_buffer/common/gles2_cmd_format.h
|
| index 8b12baf440acca21748baef4c3036141fd672a90..e9483825e4f97b8704d6a4fce00e20f8af0f35bf 100644
|
| --- a/gpu/command_buffer/common/gles2_cmd_format.h
|
| +++ b/gpu/command_buffer/common/gles2_cmd_format.h
|
| @@ -322,14 +322,6 @@ struct GenMailboxCHROMIUM {
|
| CommandHeader header;
|
| };
|
|
|
| -struct InsertSyncPointCHROMIUM {
|
| - typedef InsertSyncPointCHROMIUM ValueType;
|
| - static const CommandId kCmdId = kInsertSyncPointCHROMIUM;
|
| - static const cmd::ArgFlags kArgFlags = cmd::kFixed;
|
| - static const uint8_t cmd_flags = CMD_FLAG_SET_TRACE_LEVEL(3);
|
| - CommandHeader header;
|
| -};
|
| -
|
| struct CreateAndConsumeTextureCHROMIUMImmediate {
|
| typedef CreateAndConsumeTextureCHROMIUMImmediate ValueType;
|
| static const CommandId kCmdId = kCreateAndConsumeTextureCHROMIUMImmediate;
|
|
|