| Index: src/gpu/GrContext.cpp
|
| diff --git a/src/gpu/GrContext.cpp b/src/gpu/GrContext.cpp
|
| index 04e1b8d20337301f8046284497c1936aade2874c..081bc0ac3819ffcc58be372a8bec9fbc32df65af 100644
|
| --- a/src/gpu/GrContext.cpp
|
| +++ b/src/gpu/GrContext.cpp
|
| @@ -541,7 +541,7 @@
|
| * Due to its expense, the software path renderer has split out so it can
|
| * can be individually allowed/disallowed via the "allowSW" boolean.
|
| */
|
| -GrPathRenderer* GrContext::getPathRenderer(const GrPipelineBuilder& pipelineBuilder,
|
| +GrPathRenderer* GrContext::getPathRenderer(const GrPipelineBuilder* pipelineBuilder,
|
| const SkMatrix& viewMatrix,
|
| const SkPath& path,
|
| const GrStrokeInfo& stroke,
|
|
|