| 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 709b996978877f04b986836ee5c79197d7c0aa5c..c5f93d2c5a070c4bc62b72009fcb7d9a0b7aef1e 100644
|
| --- a/gpu/command_buffer/common/gles2_cmd_format.h
|
| +++ b/gpu/command_buffer/common/gles2_cmd_format.h
|
| @@ -310,17 +310,6 @@ namespace cmds {
|
|
|
| #include "../common/gles2_cmd_format_autogen.h"
|
|
|
| -// These are hand written commands.
|
| -// TODO(gman): Attempt to make these auto-generated.
|
| -
|
| -struct GenMailboxCHROMIUM {
|
| - typedef GenMailboxCHROMIUM ValueType;
|
| - static const CommandId kCmdId = kGenMailboxCHROMIUM;
|
| - static const cmd::ArgFlags kArgFlags = cmd::kFixed;
|
| - static const uint8_t cmd_flags = CMD_FLAG_SET_TRACE_LEVEL(3);
|
| - CommandHeader header;
|
| -};
|
| -
|
| #pragma pack(pop)
|
|
|
| } // namespace cmd
|
|
|