Index: gpu/command_buffer/common/gles2_cmd_utils.h |
diff --git a/gpu/command_buffer/common/gles2_cmd_utils.h b/gpu/command_buffer/common/gles2_cmd_utils.h |
index aea4c4050aadf380a7d4c2c4a016752becdfd504..d5790a2be72897b31c9c6aabddca666f4ab51d60 100644 |
--- a/gpu/command_buffer/common/gles2_cmd_utils.h |
+++ b/gpu/command_buffer/common/gles2_cmd_utils.h |
@@ -131,6 +131,9 @@ class GLES2_UTILS_EXPORT GLES2Util { |
static uint32_t GLErrorToErrorBit(uint32_t gl_error); |
+ static size_t GetComponentCountForGLTransformType(uint32_t type); |
+ static size_t GetGLTypeSizeForGLPathNameType(uint32_t type); |
+ |
static uint32_t GLErrorBitToGLError(uint32_t error_bit); |
static uint32_t IndexToGLFaceTarget(int index); |