| Index: src/gpu/GrPathProcessor.h
|
| diff --git a/src/gpu/GrPathProcessor.h b/src/gpu/GrPathProcessor.h
|
| index 1959795d6a50016f92f77c4752e3e410cdec0d7b..13b178fa805af647fb668ee58d165069ac6982cd 100644
|
| --- a/src/gpu/GrPathProcessor.h
|
| +++ b/src/gpu/GrPathProcessor.h
|
| @@ -29,7 +29,7 @@ public:
|
| return SkNEW_ARGS(GrPathProcessor, (color, viewMatrix, localMatrix));
|
| }
|
|
|
| - void initBatchTracker(GrBatchTracker*, const GrPipelineInfo&) const override;
|
| + void initBatchTracker(GrBatchTracker*, const GrPipelineOptimizations&) const override;
|
|
|
| bool canMakeEqual(const GrBatchTracker& mine,
|
| const GrPrimitiveProcessor& that,
|
|
|