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