Index: gpu/command_buffer/common/gles2_cmd_utils.h |
=================================================================== |
--- gpu/command_buffer/common/gles2_cmd_utils.h (revision 40186) |
+++ gpu/command_buffer/common/gles2_cmd_utils.h (working copy) |
@@ -34,6 +34,10 @@ |
static size_t GetGLTypeSizeForTexturesAndBuffers(uint32 type); |
+ static uint32 GLErrorToErrorBit(uint32 gl_error); |
+ |
+ static uint32 GLErrorBitToGLError(uint32 error_bit); |
+ |
private: |
int num_compressed_texture_formats_; |
}; |