| Index: src/gpu/gl/builders/GrGLProgramBuilder.h
|
| diff --git a/src/gpu/gl/builders/GrGLProgramBuilder.h b/src/gpu/gl/builders/GrGLProgramBuilder.h
|
| index 37e678fefb884608b7a6b91650987f8bd87f843c..b35159699b240d0537d4a9956fdde1175c84c298 100644
|
| --- a/src/gpu/gl/builders/GrGLProgramBuilder.h
|
| +++ b/src/gpu/gl/builders/GrGLProgramBuilder.h
|
| @@ -255,8 +255,8 @@ public:
|
| GrGLVarying*,
|
| GrSLPrecision fsPrecision = kDefault_GrSLPrecision) SK_OVERRIDE;
|
|
|
| - void addPassThroughAttribute(const GrGeometryProcessor::GrAttribute*,
|
| - const char* output) SK_OVERRIDE;
|
| + void addPassThroughAttribute(const GrPrimitiveProcessor::GrAttribute*,
|
| + const char* output) SK_OVERRIDE;
|
|
|
|
|
| // Handles for program uniforms (other than per-effect uniforms)
|
|
|