| Index: gpu/command_buffer/common/gles2_cmd_utils_implementation_autogen.h
|
| diff --git a/gpu/command_buffer/common/gles2_cmd_utils_implementation_autogen.h b/gpu/command_buffer/common/gles2_cmd_utils_implementation_autogen.h
|
| index b84d31b8fdb597803c16ec0b16a60295dace1447..ec0e0625ec1152d14e3a6418949b551b4f46f38c 100644
|
| --- a/gpu/command_buffer/common/gles2_cmd_utils_implementation_autogen.h
|
| +++ b/gpu/command_buffer/common/gles2_cmd_utils_implementation_autogen.h
|
| @@ -3684,6 +3684,7 @@ std::string GLES2Util::GetStringDstBlendFactor(uint32_t value) {
|
| {GL_ONE_MINUS_CONSTANT_COLOR, "GL_ONE_MINUS_CONSTANT_COLOR"},
|
| {GL_CONSTANT_ALPHA, "GL_CONSTANT_ALPHA"},
|
| {GL_ONE_MINUS_CONSTANT_ALPHA, "GL_ONE_MINUS_CONSTANT_ALPHA"},
|
| + {GL_SRC_ALPHA_SATURATE, "GL_SRC_ALPHA_SATURATE"},
|
| };
|
| return GLES2Util::GetQualifiedEnumString(string_table,
|
| arraysize(string_table), value);
|
|
|