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