aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/gpu/gl/builders/GrGLProgramBuilder.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/gpu/gl/builders/GrGLProgramBuilder.h')
-rw-r--r--src/gpu/gl/builders/GrGLProgramBuilder.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/gpu/gl/builders/GrGLProgramBuilder.h b/src/gpu/gl/builders/GrGLProgramBuilder.h
index 253f9e6328..a88f278b93 100644
--- a/src/gpu/gl/builders/GrGLProgramBuilder.h
+++ b/src/gpu/gl/builders/GrGLProgramBuilder.h
@@ -19,7 +19,7 @@ class GrFragmentProcessor;
class GrGLContextInfo;
class GrProgramDesc;
class GrGLSLShaderBuilder;
-class GrGLSLCaps;
+class GrShaderCaps;
class GrGLProgramBuilder : public GrGLSLProgramBuilder {
public:
@@ -36,7 +36,6 @@ public:
GrGLGpu*);
const GrCaps* caps() const override;
- const GrGLSLCaps* glslCaps() const override;
GrGLGpu* gpu() const { return fGpu; }