| 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..ef836cf8f8294225b8424bda5acd89a7c0693ff1 100644
|
| --- a/gpu/command_buffer/common/gles2_cmd_utils.h
|
| +++ b/gpu/command_buffer/common/gles2_cmd_utils.h
|
| @@ -190,6 +190,8 @@ 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);
|
| + static bool IsSRGBFormat(uint32_t internal_format);
|
|
|
| #include "../common/gles2_cmd_utils_autogen.h"
|
|
|
|
|