Index: src/core/SkPaint.cpp |
diff --git a/src/core/SkPaint.cpp b/src/core/SkPaint.cpp |
index 3dd87b7aa6f84b4f0214d8137061dda115907e34..89a8cd0872658b2b5ba03b34c9d2c179f792977e 100644 |
--- a/src/core/SkPaint.cpp |
+++ b/src/core/SkPaint.cpp |
@@ -1553,8 +1553,7 @@ void SkScalerContext::MakeRec(const SkPaint& paint, |
if (NULL == typeface) { |
typeface = SkTypeface::GetDefaultTypeface(); |
} |
- rec->fOrigFontID = typeface->uniqueID(); |
- rec->fFontID = rec->fOrigFontID; |
+ rec->fFontID = typeface->uniqueID(); |
rec->fTextSize = paint.getTextSize(); |
rec->fPreScaleX = paint.getTextScaleX(); |
rec->fPreSkewX = paint.getTextSkewX(); |