| Index: src/gpu/batches/GrRectBatchFactory.h
|
| diff --git a/src/gpu/batches/GrRectBatchFactory.h b/src/gpu/batches/GrRectBatchFactory.h
|
| index 16eeaee02c382fb3bc9d1ba8fa6d28223064ec63..4512f6a1f9bdf005d7d72a8ef4d98b7826ab8b00 100644
|
| --- a/src/gpu/batches/GrRectBatchFactory.h
|
| +++ b/src/gpu/batches/GrRectBatchFactory.h
|
| @@ -55,9 +55,9 @@ inline GrDrawBatch* CreateAAFill(GrColor color,
|
| inline GrDrawBatch* CreateNonAAStroke(GrColor color,
|
| const SkMatrix& viewMatrix,
|
| const SkRect& rect,
|
| - SkScalar strokeWidth,
|
| + const SkStrokeRec& strokeRec,
|
| bool snapToPixelCenters) {
|
| - return GrNonAAStrokeRectBatch::Create(color, viewMatrix, rect, strokeWidth, snapToPixelCenters);
|
| + return GrNonAAStrokeRectBatch::Create(color, viewMatrix, rect, strokeRec, snapToPixelCenters);
|
| }
|
|
|
| inline GrDrawBatch* CreateAAStroke(GrColor color,
|
|
|