| 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 252aafd06cf800695b969d1518bb344dcdacfe05..8154e2047b590c9cfa1c373dc97518496d189e11 100644
|
| --- a/gpu/command_buffer/common/gles2_cmd_format.h
|
| +++ b/gpu/command_buffer/common/gles2_cmd_format.h
|
| @@ -42,7 +42,8 @@ typedef khronos_ssize_t GLsizeiptr;
|
| namespace gpu {
|
| namespace gles2 {
|
|
|
| -#pragma pack(push, 1)
|
| +// Command buffer is 4 byte aligned.
|
| +#pragma pack(push, 4)
|
|
|
| namespace id_namespaces {
|
|
|
|
|