| commit | e79f320ed6c5ec9f6164ba84be1ff586532e6517 | [log] [tgz] |
|---|---|---|
| author | robertphillips@google.com <robertphillips@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81> | Tue Feb 11 16:30:21 2014 +0000 |
| committer | robertphillips@google.com <robertphillips@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81> | Tue Feb 11 16:30:21 2014 +0000 |
| tree | f3c649d3be2f8d1ebea5f8a2fc438d1b507cdb9f | |
| parent | 27d7ede2e64bddeacce4a0d83bc055bf966cce2f [diff] [blame] |
Revert of r13384 (Stateful PathRenderer implementation) https://codereview.chromium.org/142543007/ git-svn-id: http://skia.googlecode.com/svn/trunk@13409 2bbb7eff-a529-9590-31e7-b0007b416f81
diff --git a/include/gpu/GrContext.h b/include/gpu/GrContext.h index 8feea81..ad3789b 100644 --- a/include/gpu/GrContext.h +++ b/include/gpu/GrContext.h
@@ -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);