aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/gpu/ccpr/GrCCPRCubicShader.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/gpu/ccpr/GrCCPRCubicShader.h')
-rw-r--r--src/gpu/ccpr/GrCCPRCubicShader.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/gpu/ccpr/GrCCPRCubicShader.h b/src/gpu/ccpr/GrCCPRCubicShader.h
index 8cfacd61bb..c0cb0757d1 100644
--- a/src/gpu/ccpr/GrCCPRCubicShader.h
+++ b/src/gpu/ccpr/GrCCPRCubicShader.h
@@ -31,10 +31,6 @@ public:
protected:
GrCCPRCubicShader(CubicType cubicType) : fCubicType(cubicType) {}
- int getNumInputPoints() const final { return 4; }
-
- void emitWind(GrGLSLShaderBuilder*, const char* pts, const char* outputWind) const final;
-
void emitSetupCode(GrGLSLShaderBuilder*, const char* pts, const char* segmentId,
const char* wind, GeometryVars*) const final;