| Index: src/gpu/GrPathRendering.cpp
|
| diff --git a/src/gpu/GrPathRendering.cpp b/src/gpu/GrPathRendering.cpp
|
| index fba55d5e1e4403bb511bf4f242b11a7f353d7d9d..602c685ea4faeee89c9b9247439b7d9fbbea1b9b 100644
|
| --- a/src/gpu/GrPathRendering.cpp
|
| +++ b/src/gpu/GrPathRendering.cpp
|
| @@ -49,7 +49,7 @@ private:
|
|
|
| GrPathRange* GrPathRendering::createGlyphs(const SkTypeface* typeface,
|
| const SkDescriptor* desc,
|
| - const SkStrokeRec& stroke) {
|
| + const GrStrokeInfo& stroke) {
|
| if (NULL == typeface) {
|
| typeface = SkTypeface::GetDefaultTypeface();
|
| SkASSERT(NULL != typeface);
|
|
|