Index: include/gpu/GrContext.h |
=================================================================== |
--- include/gpu/GrContext.h (revision 13379) |
+++ include/gpu/GrContext.h (working copy) |
@@ -854,7 +854,8 @@ |
const SkStrokeRec& stroke, |
const GrDrawTarget* target, |
bool allowSW, |
- GrPathRendererChain::DrawType drawType = GrPathRendererChain::kColor_DrawType, |
+ GrPathRendererChain::DrawType drawType, |
+ SkPath::FillType fillType, |
GrPathRendererChain::StencilSupport* stencilSupport = NULL); |