Index: src/gpu/GrSWMaskHelper.cpp |
diff --git a/src/gpu/GrSWMaskHelper.cpp b/src/gpu/GrSWMaskHelper.cpp |
index 0e0a5413d272b84cd1efcb9c59657850c7e2323c..d4b8f8db9fc358fd02d28d1070f4d9276d8fae57 100644 |
--- a/src/gpu/GrSWMaskHelper.cpp |
+++ b/src/gpu/GrSWMaskHelper.cpp |
@@ -353,7 +353,7 @@ void GrSWMaskHelper::DrawToTargetWithPathMask(GrTexture* texture, |
if (!viewMatrix.invert(&invert)) { |
return; |
} |
robertphillips
2015/07/13 16:16:09
arfps ?
|
- GrPipelineBuilder::AutoRestoreFragmentProcessors arfp(pipelineBuilder); |
+ GrPipelineBuilder::AutoRestoreFragmentProcessorState arfp(*pipelineBuilder); |
SkRect dstRect = SkRect::MakeLTRB(SK_Scalar1 * rect.fLeft, |
SK_Scalar1 * rect.fTop, |