| Index: ui/gl/gl_bindings_autogen_mock.cc
 | 
| diff --git a/ui/gl/gl_bindings_autogen_mock.cc b/ui/gl/gl_bindings_autogen_mock.cc
 | 
| index 8e84aa33b82496e77ce365714a6ddc498a3a5f34..8d3614b8bbed5a77ef569514f6a2a70c6bd16581 100644
 | 
| --- a/ui/gl/gl_bindings_autogen_mock.cc
 | 
| +++ b/ui/gl/gl_bindings_autogen_mock.cc
 | 
| @@ -1445,11 +1445,12 @@ MockGLInterface::Mock_glGetTransformFeedbackVarying(GLuint program,
 | 
|                                                      GLuint index,
 | 
|                                                      GLsizei bufSize,
 | 
|                                                      GLsizei* length,
 | 
| +                                                    GLsizei* size,
 | 
|                                                      GLenum* type,
 | 
|                                                      char* name) {
 | 
|    MakeFunctionUnique("glGetTransformFeedbackVarying");
 | 
| -  interface_->GetTransformFeedbackVarying(program, index, bufSize, length, type,
 | 
| -                                          name);
 | 
| +  interface_->GetTransformFeedbackVarying(program, index, bufSize, length, size,
 | 
| +                                          type, name);
 | 
|  }
 | 
|  
 | 
|  void GL_BINDING_CALL
 | 
| 
 |