| 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 806b297326f2584689c005b0fea476621d692fad..1ecaffc5e2cde8c9aafa95939e8470c4bdffce8a 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);
|
|
|