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 fcd1c60d8422cb4ac378ab86de712cc88359869e..20b558a8317b59b4ffc9bf57e34871a68a39d2c5 100644 |
--- a/gpu/command_buffer/common/gles2_cmd_utils.h |
+++ b/gpu/command_buffer/common/gles2_cmd_utils.h |
@@ -139,6 +139,7 @@ class GLES2_UTILS_EXPORT GLES2Util { |
// function is called. If 0 is returned the id is invalid. |
int GLGetNumValuesReturned(int id) const; |
+ static int ElementsPerGroup(int format, int type); |
// Computes the size of a single group of elements from a format and type pair |
static uint32_t ComputeImageGroupSize(int format, int type); |