| 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 b29f96b4fa51f912c5ef5dbe890d37e7175e3c29..aea4c4050aadf380a7d4c2c4a016752becdfd504 100644
|
| --- a/gpu/command_buffer/common/gles2_cmd_utils.h
|
| +++ b/gpu/command_buffer/common/gles2_cmd_utils.h
|
| @@ -190,6 +190,7 @@ class GLES2_UTILS_EXPORT GLES2Util {
|
| static bool IsUnsignedIntegerFormat(uint32_t internal_format);
|
| static bool IsSignedIntegerFormat(uint32_t internal_format);
|
| static bool IsIntegerFormat(uint32_t internal_format);
|
| + static bool IsFloatFormat(uint32_t internal_format);
|
|
|
| #include "../common/gles2_cmd_utils_autogen.h"
|
|
|
|
|