Chromium Code Reviews| 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 bd2d3801cc31c634e2fc89c69647890c7192faca..31de7cdb6ae6cb5d28ccdfcea0213b2551885e38 100644 |
| --- a/gpu/command_buffer/tests/gl_test_utils.h |
| +++ b/gpu/command_buffer/tests/gl_test_utils.h |
| @@ -12,6 +12,8 @@ |
| class GLTestHelper { |
| public: |
| + static const uint8 kCheckClearValue = 123u; |
| + |
| static bool HasExtension(const char* extension); |
| static bool CheckGLError(const char* msg, int line); |