| Index: gpu/command_buffer/service/context_group.cc
|
| diff --git a/gpu/command_buffer/service/context_group.cc b/gpu/command_buffer/service/context_group.cc
|
| index 4c907b1d6c139b8a3fdd7d954289b9cf65783b37..94bf14d8f3164098b6e96561c6dc2a9745752a23 100644
|
| --- a/gpu/command_buffer/service/context_group.cc
|
| +++ b/gpu/command_buffer/service/context_group.cc
|
| @@ -434,6 +434,7 @@ bool ContextGroup::Initialize(GLES2Decoder* decoder,
|
| max_varying_vectors_,
|
| max_draw_buffers_,
|
| max_dual_source_draw_buffers_,
|
| + max_vertex_attribs_,
|
| gpu_preferences_,
|
| feature_info_.get()));
|
|
|
|
|