Index: src/gpu/gl/GrGLPathProgram.cpp |
diff --git a/src/gpu/gl/GrGLPathProgram.cpp b/src/gpu/gl/GrGLPathProgram.cpp |
index 4b31f02dac7e016806341463480d59e4197d3640..5bcadfe4d03ddd62c28b623ae7ba8b278e86b83a 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, |