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