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);