| 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 0df1f314835a76d18bc8788bc147282015b213e3..be893db478b4b896ec2fd211e1419f4976d05fb5 100644
|
| --- a/gpu/command_buffer/common/gles2_cmd_utils.h
|
| +++ b/gpu/command_buffer/common/gles2_cmd_utils.h
|
| @@ -126,6 +126,8 @@ class GLES2_UTILS_EXPORT GLES2Util {
|
|
|
| static size_t GetGLTypeSizeForTexturesAndBuffers(uint32 type);
|
|
|
| + static size_t GetComponentCountForGLTransformType(uint32 type);
|
| +
|
| static uint32 GLErrorToErrorBit(uint32 gl_error);
|
|
|
| static uint32 GLErrorBitToGLError(uint32 error_bit);
|
|
|