| Index: src/gpu/gl/builders/GrGLLegacyNvprProgramBuilder.h
|
| diff --git a/src/gpu/gl/builders/GrGLLegacyNvprProgramBuilder.h b/src/gpu/gl/builders/GrGLLegacyNvprProgramBuilder.h
|
| index 496fbd872643a9dbb6c9357ed2c77905397bd8ce..dabec081b4e914c7a0ef83a1b96d85552864dd9a 100644
|
| --- a/src/gpu/gl/builders/GrGLLegacyNvprProgramBuilder.h
|
| +++ b/src/gpu/gl/builders/GrGLLegacyNvprProgramBuilder.h
|
| @@ -18,9 +18,9 @@ public:
|
|
|
| private:
|
| int addTexCoordSets(int count);
|
| - void emitTransforms(const GrProcessorStage&,
|
| + void emitTransforms(const GrFragmentStage&,
|
| GrGLProcessor::TransformedCoordsArray* outCoords,
|
| - GrGLInstalledProcessors*);
|
| + GrGLInstalledFragProc*);
|
|
|
| int fTexCoordSetCnt;
|
|
|
|
|