aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/gpu/GrDrawTarget.h
diff options
context:
space:
mode:
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.