| Index: gpu/command_buffer/service/gles2_cmd_decoder.cc
|
| diff --git a/gpu/command_buffer/service/gles2_cmd_decoder.cc b/gpu/command_buffer/service/gles2_cmd_decoder.cc
|
| index e690bc3d6627fa134552246284dd0d56ea7e5381..956dee098ed19bb61453d53a4c8b55c9da61d0dd 100644
|
| --- a/gpu/command_buffer/service/gles2_cmd_decoder.cc
|
| +++ b/gpu/command_buffer/service/gles2_cmd_decoder.cc
|
| @@ -1098,7 +1098,7 @@ class GLES2DecoderImpl : public GLES2Decoder,
|
|
|
| // Creates a vertex attrib manager for the given vertex array.
|
| void CreateVertexAttribManager(GLuint client_id, GLuint service_id) {
|
| - return vertex_array_manager()->CreateVertexAttribManager(
|
| + vertex_array_manager()->CreateVertexAttribManager(
|
| client_id, service_id, group_->max_vertex_attribs());
|
| }
|
|
|
|
|