diff options
Diffstat (limited to 'src/gpu/gl/GrGLPathProgram.cpp')
-rw-r--r-- | src/gpu/gl/GrGLPathProgram.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/gpu/gl/GrGLPathProgram.cpp b/src/gpu/gl/GrGLPathProgram.cpp index 4b31f02dac..5bcadfe4d0 100644 --- a/src/gpu/gl/GrGLPathProgram.cpp +++ b/src/gpu/gl/GrGLPathProgram.cpp @@ -31,13 +31,13 @@ void GrGLPathProgram::didSetData() { } void GrGLPathProgram::setTransformData(const GrPrimitiveProcessor& primProc, - const GrPendingFragmentStage& proc, + const GrFragmentProcessor& processor, int index, GrGLInstalledFragProc* ip) { GrGLPathProcessor* pathProc = static_cast<GrGLPathProcessor*>(fGeometryProcessor.get()->fGLProc.get()); pathProc->setTransformData(primProc, fPathProgramDataManager, index, - proc.processor()->coordTransforms()); + processor.coordTransforms()); } void GrGLPathProgram::onSetRenderTargetState(const GrPrimitiveProcessor& primProc, |