Index: src/gpu/gl/GrGLPathProcessor.cpp |
diff --git a/src/gpu/gl/GrGLPathProcessor.cpp b/src/gpu/gl/GrGLPathProcessor.cpp |
index 00283ac50e488750934f5a917962fefe0066dc38..d313d0c4e548f6b1b238b0ffa00c3bf22347ab97 100644 |
--- a/src/gpu/gl/GrGLPathProcessor.cpp |
+++ b/src/gpu/gl/GrGLPathProcessor.cpp |
@@ -84,7 +84,7 @@ void GrGLPathProcessor::emitTransforms(GrGLGPBuilder* pb, const TransformsIn& ti |
void GrGLPathProcessor::setTransformData( |
const GrPrimitiveProcessor& primProc, |
- const GrGLPathProgramDataManager& pdman, |
+ const GrGLProgramDataManager& pdman, |
int index, |
const SkTArray<const GrCoordTransform*, true>& coordTransforms) { |
const GrPathProcessor& pathProc = primProc.cast<GrPathProcessor>(); |