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 163ffc008c206f1edb1674d7f321d238299ef10c..414e14037a45dca7d809da75116a1f544874b818 100644 |
--- a/gpu/command_buffer/common/gles2_cmd_utils.h |
+++ b/gpu/command_buffer/common/gles2_cmd_utils.h |
@@ -126,8 +126,9 @@ class GLES2_UTILS_EXPORT GLES2Util { |
// then the padded_row_size will be the same as the unpadded_row_size since |
// padding is not necessary. |
static bool ComputeImageDataSizes( |
- int width, int height, int format, int type, int unpack_alignment, |
- uint32_t* size, uint32_t* unpadded_row_size, uint32_t* padded_row_size); |
+ int width, int height, int depth, int format, int type, |
+ int unpack_alignment, uint32_t* size, uint32_t* unpadded_row_size, |
+ uint32_t* padded_row_size); |
static size_t RenderbufferBytesPerPixel(int format); |