aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/gpu/GrDrawTarget.h
diff options
context:
space:
mode:
authorGravatar bsalomon <bsalomon@google.com>2015-11-23 14:25:19 -0800
committerGravatar Commit bot <commit-bot@chromium.org>2015-11-23 14:25:20 -0800
commitbf074555337a57eebc282abba497f774f8b188be (patch)
tree297305a43ee097c2b000fdfcd06bb1fda31e4e8d /src/gpu/GrDrawTarget.h
parent50aa15b88ab149952dbc69e849139887e8a82410 (diff)
Make stencil and cover path rendering have more reasonable bounds.
Diffstat (limited to 'src/gpu/GrDrawTarget.h')
-rw-r--r--src/gpu/GrDrawTarget.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/gpu/GrDrawTarget.h b/src/gpu/GrDrawTarget.h
index cf3137fe7c..591bbc7361 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.