| Index: gpu/command_buffer/tests/gl_test_utils.h
|
| diff --git a/gpu/command_buffer/tests/gl_test_utils.h b/gpu/command_buffer/tests/gl_test_utils.h
|
| index b5f9dc289eef8193ea5496eba629cb6866f40744..bd2d3801cc31c634e2fc89c69647890c7192faca 100644
|
| --- a/gpu/command_buffer/tests/gl_test_utils.h
|
| +++ b/gpu/command_buffer/tests/gl_test_utils.h
|
| @@ -36,7 +36,7 @@ class GLTestHelper {
|
| // Checks an area of pixels for a color.
|
| static bool CheckPixels(
|
| GLint x, GLint y, GLsizei width, GLsizei height, GLint tolerance,
|
| - uint8* color);
|
| + const uint8* color);
|
|
|
| // Uses ReadPixels to save an area of the current FBO/Backbuffer.
|
| static bool SaveBackbufferAsBMP(const char* filename, int width, int height);
|
|
|