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