| Index: gpu/command_buffer/client/gles2_implementation.h
|
| diff --git a/gpu/command_buffer/client/gles2_implementation.h b/gpu/command_buffer/client/gles2_implementation.h
|
| index 5750766957c2ba6966672ae814c9dae56e278271..bf9188090562704210fda610971be7570d5a7642 100644
|
| --- a/gpu/command_buffer/client/gles2_implementation.h
|
| +++ b/gpu/command_buffer/client/gles2_implementation.h
|
| @@ -158,7 +158,7 @@ class GLES2_IMPL_EXPORT GLES2Implementation
|
| static const uint32_t kResultBucketId = 1;
|
|
|
| // Alignment of allocations.
|
| - static const unsigned int kAlignment = 4;
|
| + static const unsigned int kAlignment = 16;
|
|
|
| // GL names for the buffers used to emulate client side buffers.
|
| static const GLuint kClientSideArrayId = 0xFEDCBA98u;
|
|
|