Index: src/gpu/gl/builders/GrGLFragmentShaderBuilder.h |
diff --git a/src/gpu/gl/builders/GrGLFragmentShaderBuilder.h b/src/gpu/gl/builders/GrGLFragmentShaderBuilder.h |
index 66e55827c032a8e78347a615381cc1a0c001ccca..2b3e18d763dcc946a784f714f7167a97e23ca308 100644 |
--- a/src/gpu/gl/builders/GrGLFragmentShaderBuilder.h |
+++ b/src/gpu/gl/builders/GrGLFragmentShaderBuilder.h |
@@ -131,7 +131,8 @@ private: |
enum GLSLPrivateFeature { |
kFragCoordConventions_GLSLPrivateFeature = kLastGLSLFeature + 1, |
kBlendEquationAdvanced_GLSLPrivateFeature, |
- kLastGLSLPrivateFeature = kBlendEquationAdvanced_GLSLPrivateFeature |
+ kBlendFuncExtended_GLSLPrivateFeature, |
+ kLastGLSLPrivateFeature = kBlendFuncExtended_GLSLPrivateFeature |
}; |
// Interpretation of DstReadKey when generating code |