Index: src/core/SkTypeface.cpp |
diff --git a/src/core/SkTypeface.cpp b/src/core/SkTypeface.cpp |
index 84cab097e0518ef458a09133507db4480037a139..ad928bb53efa0ee826c0e0bdc65dffcd78aa1cc7 100644 |
--- a/src/core/SkTypeface.cpp |
+++ b/src/core/SkTypeface.cpp |
@@ -69,7 +69,7 @@ SK_DECLARE_STATIC_MUTEX(gCreateDefaultMutex); |
// As a template arguments, these must have external linkage. |
SkTypeface* sk_create_default_typeface(int style) { |
- // If backed by fontconfig, it's not safe to call SkFontHost::CreateTypeface concurrently. |
+ // It is not safe to call FontConfigTypeface::LegacyCreateTypeface concurrently. |
// To be safe, we serialize here with a mutex so only one call to |
// CreateTypeface is happening at any given time. |
// TODO(bungeman, mtklein): This is sad. Make our fontconfig code safe? |