| Index: src/gpu/gl/GrGLShaderBuilder.h
|
| diff --git a/src/gpu/gl/GrGLShaderBuilder.h b/src/gpu/gl/GrGLShaderBuilder.h
|
| index 73e9a8f8032fe861691f32474b881de377f7621a..e943bb837b918d24688ea3fac365cdc023bb206f 100644
|
| --- a/src/gpu/gl/GrGLShaderBuilder.h
|
| +++ b/src/gpu/gl/GrGLShaderBuilder.h
|
| @@ -371,8 +371,7 @@ private:
|
| */
|
| enum GLSLPrivateFeature {
|
| kFragCoordConventions_GLSLPrivateFeature = kLastGLSLFeature + 1,
|
| - kEXTShaderFramebufferFetch_GLSLPrivateFeature,
|
| - kNVShaderFramebufferFetch_GLSLPrivateFeature,
|
| + kLastGLSLPrivateFeature = kFragCoordConventions_GLSLPrivateFeature
|
| };
|
| bool enablePrivateFeature(GLSLPrivateFeature);
|
|
|
|
|