| 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 ca922438ca23ea5bbf51ee36d3400b98e8f397ff..c0f3b81d52111af67e1ec2a2b43b9b916ae7578f 100644
|
| --- a/gpu/command_buffer/service/gles2_cmd_decoder.cc
|
| +++ b/gpu/command_buffer/service/gles2_cmd_decoder.cc
|
| @@ -7876,7 +7876,7 @@ bool GLES2DecoderImpl::SimulateAttrib0(
|
| }
|
|
|
| LOCAL_PERFORMANCE_WARNING(
|
| - "Attribute 0 is disabled. This has signficant performance penalty");
|
| + "Attribute 0 is disabled. This has significant performance penalty");
|
|
|
| LOCAL_COPY_REAL_GL_ERRORS_TO_WRAPPER(function_name);
|
| glBindBuffer(GL_ARRAY_BUFFER, attrib_0_buffer_id_);
|
| @@ -7965,7 +7965,7 @@ bool GLES2DecoderImpl::SimulateFixedAttribs(
|
| }
|
|
|
| LOCAL_PERFORMANCE_WARNING(
|
| - "GL_FIXED attributes have a signficant performance penalty");
|
| + "GL_FIXED attributes have a significant performance penalty");
|
|
|
| // NOTE: we could be smart and try to check if a buffer is used
|
| // twice in 2 different attribs, find the overlapping parts and therefore
|
|
|