| Index: src/gpu/gl/builders/GrGLLegacyNvprProgramBuilder.h
|
| diff --git a/src/gpu/gl/builders/GrGLLegacyNvprProgramBuilder.h b/src/gpu/gl/builders/GrGLLegacyNvprProgramBuilder.h
|
| index cd2cfb74534912a6a38b8c9d9f042a02fe48ddd3..b25759e795412d858d98924591f48a2c8e153be3 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 GrFragmentStage&,
|
| + void emitTransforms(const GrPendingFragmentStage&,
|
| GrGLProcessor::TransformedCoordsArray* outCoords,
|
| - GrGLInstalledFragProc*);
|
| + GrGLInstalledFragProc*) SK_OVERRIDE;
|
|
|
| int fTexCoordSetCnt;
|
|
|
|
|