| Index: src/pdf/SkPDFFont.cpp
|
| diff --git a/src/pdf/SkPDFFont.cpp b/src/pdf/SkPDFFont.cpp
|
| index 5779431a563a933b43704d9c89dd48200bbe55f0..652b56d706683d26a7f848e5ffafbc2b851ddd41 100644
|
| --- a/src/pdf/SkPDFFont.cpp
|
| +++ b/src/pdf/SkPDFFont.cpp
|
| @@ -892,9 +892,9 @@ SkTDArray<SkPDFFont::FontRec>& SkPDFFont::CanonicalFonts() {
|
| return gCanonicalFonts;
|
| }
|
|
|
| +SK_DECLARE_STATIC_MUTEX(gCanonicalFontsMutex);
|
| // static
|
| SkBaseMutex& SkPDFFont::CanonicalFontsMutex() {
|
| - SK_DECLARE_STATIC_MUTEX(gCanonicalFontsMutex);
|
| return gCanonicalFontsMutex;
|
| }
|
|
|
|
|