| 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 70429613a94d13f78afa43df3ff68f081ecaddcd..4557e9959a2c895e02d954113ff6b88860f2bbcc 100644
|
| --- a/gpu/command_buffer/common/gles2_cmd_utils.h
|
| +++ b/gpu/command_buffer/common/gles2_cmd_utils.h
|
| @@ -155,6 +155,8 @@ class GLES2_UTILS_EXPORT GLES2Util {
|
| // For example, GL_FLOAT_MAT3 returns 9.
|
| static uint32_t GetElementCountForUniformType(int type);
|
|
|
| + static size_t GetGLTypeSizeForTextures(uint32_t type);
|
| +
|
| static size_t GetGLTypeSizeForBuffers(uint32_t type);
|
|
|
| static size_t GetGroupSizeForBufferType(uint32_t count, uint32_t type);
|
|
|