Chromium Code Reviews

Unified Diff: include/gpu/GrContext.h

Issue 1096513002: Pass dashing information to path rasterizers. (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: fix 100-col issue Created 5 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
Index: include/gpu/GrContext.h
diff --git a/include/gpu/GrContext.h b/include/gpu/GrContext.h
index 38ad7bf41040a9132a0772e33249a608de3299ab..5d26c69c49bc135e3f092a7e26d5d55fae5bb052 100644
--- a/include/gpu/GrContext.h
+++ b/include/gpu/GrContext.h
@@ -676,7 +676,7 @@ public:
const GrPipelineBuilder*,
const SkMatrix& viewMatrix,
const SkPath& path,
- const SkStrokeRec& stroke,
+ const GrStrokeInfo& stroke,
bool allowSW,
GrPathRendererChain::DrawType drawType = GrPathRendererChain::kColor_DrawType,
GrPathRendererChain::StencilSupport* stencilSupport = NULL);

Powered by Google App Engine