| Index: src/gpu/batches/GrAAStrokeRectBatch.h
|
| diff --git a/src/gpu/batches/GrAAStrokeRectBatch.h b/src/gpu/batches/GrAAStrokeRectBatch.h
|
| index 23f160ec9f8d3783acc610b2f22f9d6243876062..f4ff8b6fe0fc35e091717c9b3f6db2de5d49fb63 100644
|
| --- a/src/gpu/batches/GrAAStrokeRectBatch.h
|
| +++ b/src/gpu/batches/GrAAStrokeRectBatch.h
|
| @@ -22,7 +22,8 @@ GrDrawBatch* Create(GrColor color,
|
| const SkRect& devOutside,
|
| const SkRect& devOutsideAssist,
|
| const SkRect& devInside,
|
| - bool miterStroke);
|
| + bool miterStroke,
|
| + bool degenerate);
|
|
|
| };
|
|
|
|
|