| Index: src/gpu/batches/GrBWFillRectBatch.h
|
| diff --git a/src/gpu/batches/GrBWFillRectBatch.h b/src/gpu/batches/GrBWFillRectBatch.h
|
| index c95fd7037bbb25c2a64b6252e4bf288ffcd0196c..47a3bba9ff7102b10e0885d48b0f26f569a212ec 100644
|
| --- a/src/gpu/batches/GrBWFillRectBatch.h
|
| +++ b/src/gpu/batches/GrBWFillRectBatch.h
|
| @@ -16,10 +16,10 @@ struct SkRect;
|
|
|
| namespace GrBWFillRectBatch {
|
| GrDrawBatch* Create(GrColor color,
|
| - const SkMatrix& viewMatrix,
|
| - const SkRect& rect,
|
| - const SkRect* localRect,
|
| - const SkMatrix* localMatrix);
|
| + const SkMatrix& viewMatrix,
|
| + const SkRect& rect,
|
| + const SkRect* localRect,
|
| + const SkMatrix* localMatrix);
|
| };
|
|
|
| #endif
|
|
|