Index: src/gpu/GrPathRendering.h |
diff --git a/src/gpu/GrPathRendering.h b/src/gpu/GrPathRendering.h |
index 8ee3d7b3e24168e5640b6f9ee3055852a2f1a92e..b2863b5b36c73ea38b063f982460597fb67257aa 100644 |
--- a/src/gpu/GrPathRendering.h |
+++ b/src/gpu/GrPathRendering.h |
@@ -125,8 +125,7 @@ |
* |
* @return a new path range populated with glyphs. |
*/ |
- GrPathRange* createGlyphs(const SkTypeface*, const SkScalerContextEffects&, |
- const SkDescriptor*, const GrStrokeInfo&); |
+ GrPathRange* createGlyphs(const SkTypeface*, const SkDescriptor*, const GrStrokeInfo&); |
/** None of these params are optional, pointers used just to avoid making copies. */ |
struct StencilPathArgs { |