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..a33e29e877ecd9b4aabc526f8063bb75ed4e8b2a 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 GPU_COMMAND_BUFFER_ENTRY_ALIGNMENT byte aligned. |
+#pragma pack(push, GPU_COMMAND_BUFFER_ENTRY_ALIGNMENT) |
namespace id_namespaces { |