Chromium Code Reviews| Index: gpu/command_buffer/common/gles2_cmd_utils.h |
| =================================================================== |
| --- gpu/command_buffer/common/gles2_cmd_utils.h (revision 37873) |
| +++ gpu/command_buffer/common/gles2_cmd_utils.h (working copy) |
| @@ -30,6 +30,8 @@ |
| static uint32 ComputeImageDataSize( |
| int width, int height, int format, int type, int unpack_alignment); |
| + static uint32 GetGLDataTypeSize(int type); |
| + |
| private: |
| int num_compressed_texture_formats_; |
| }; |