| Index: gpu/command_buffer/tests/gl_test_utils.h
|
| ===================================================================
|
| --- gpu/command_buffer/tests/gl_test_utils.h (revision 186458)
|
| +++ gpu/command_buffer/tests/gl_test_utils.h (working copy)
|
| @@ -35,11 +35,6 @@
|
| // Returns the created buffer.
|
| static GLuint SetupUnitQuad(GLint position_location);
|
|
|
| - // Make a 6 vertex colors.
|
| - // Returns the created buffer.
|
| - static GLuint SetupColorsForUnitQuad(
|
| - GLint location, const GLfloat color[4], GLenum usage);
|
| -
|
| // Checks an area of pixels for a color.
|
| static bool CheckPixels(
|
| GLint x, GLint y, GLsizei width, GLsizei height, GLint tolerance,
|
|
|