Chromium Code Reviews| Index: src/gpu/GrDrawTarget.h |
| diff --git a/src/gpu/GrDrawTarget.h b/src/gpu/GrDrawTarget.h |
| index cf3137fe7c68fc44c6a3fd9fe2b782ec098eb700..591bbc736158b2f8ff4a670648caf32e05839a2c 100644 |
| --- a/src/gpu/GrDrawTarget.h |
| +++ b/src/gpu/GrDrawTarget.h |
| @@ -133,7 +133,8 @@ public: |
| GrColor color, |
| GrPathRange* range, |
| GrPathRangeDraw* draw, |
| - GrPathRendering::FillType fill); |
| + GrPathRendering::FillType fill, |
| + const SkRect& bounds); |
| /** |
| * Helper function for drawing rects. |