aboutsummaryrefslogtreecommitdiffhomepage
path: root/include
diff options
context:
space:
mode:
authorGravatar joshualitt <joshualitt@chromium.org>2015-09-10 11:00:51 -0700
committerGravatar Commit bot <commit-bot@chromium.org>2015-09-10 11:00:51 -0700
commitf238469b0532cf28724b811d546c395a0361d7a0 (patch)
treebc004f28dcf9347304db5a1500ae032812a857bb /include
parent512be5340c2a29550053d35bc058d3aecd5c1fc7 (diff)
Late creation of GrPathProcessor
Diffstat (limited to 'include')
-rw-r--r--include/gpu/GrDrawContext.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/include/gpu/GrDrawContext.h b/include/gpu/GrDrawContext.h
index aae4bf00b3..97cb72a7f2 100644
--- a/include/gpu/GrDrawContext.h
+++ b/include/gpu/GrDrawContext.h
@@ -64,7 +64,9 @@ public:
// drawPathsFromRange is thanks to GrStencilAndCoverTextContext
// TODO: remove once path batches can be created external to GrDrawTarget.
void drawPathsFromRange(const GrPipelineBuilder*,
- const GrPathProcessor*,
+ const SkMatrix& viewMatrix,
+ const SkMatrix& localMatrix,
+ GrColor color,
GrPathRangeDraw* draw,
int /*GrPathRendering::FillType*/ fill);