Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(254)

Unified Diff: include/gpu/GrContext.h

Issue 23926019: Stateful PathRenderer implementation (Closed) Base URL: http://skia.googlecode.com/svn/trunk/
Patch Set: clean up Created 7 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: include/gpu/GrContext.h
===================================================================
--- include/gpu/GrContext.h (revision 11314)
+++ include/gpu/GrContext.h (working copy)
@@ -840,7 +840,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);

Powered by Google App Engine
This is Rietveld 408576698