summaryrefslogtreecommitdiffstats
path: root/gpu/command_buffer/common/gles2_cmd_utils.h
diff options
context:
space:
mode:
authorgman@chromium.org <gman@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-02-27 07:43:43 +0000
committergman@chromium.org <gman@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-02-27 07:43:43 +0000
commit4f0c32d419b2a9783e1458192f5c0d3d79813764 (patch)
tree937023c99cbd754e9e9a6e0b5300f16ffca9aebf /gpu/command_buffer/common/gles2_cmd_utils.h
parent8c809a36b0ba392460822306392ee0b1be2e84c8 (diff)
downloadchromium_src-4f0c32d419b2a9783e1458192f5c0d3d79813764.zip
chromium_src-4f0c32d419b2a9783e1458192f5c0d3d79813764.tar.gz
chromium_src-4f0c32d419b2a9783e1458192f5c0d3d79813764.tar.bz2
Revert http://codereview.chromium.org/660238
TEST=none BUG=none TBR=gman@chromium.org git-svn-id: svn://svn.chromium.org/chrome/trunk/src@40217 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'gpu/command_buffer/common/gles2_cmd_utils.h')
-rw-r--r--gpu/command_buffer/common/gles2_cmd_utils.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/gpu/command_buffer/common/gles2_cmd_utils.h b/gpu/command_buffer/common/gles2_cmd_utils.h
index 99b17e5..b2da669 100644
--- a/gpu/command_buffer/common/gles2_cmd_utils.h
+++ b/gpu/command_buffer/common/gles2_cmd_utils.h
@@ -34,10 +34,6 @@ class GLES2Util {
static size_t GetGLTypeSizeForTexturesAndBuffers(uint32 type);
- static uint32 GLErrorToErrorBit(uint32 gl_error);
-
- static uint32 GLErrorBitToGLError(uint32 error_bit);
-
private:
int num_compressed_texture_formats_;
};