| Index: third_party/WebKit/Source/platform/fonts/FontCache.cpp
|
| diff --git a/third_party/WebKit/Source/platform/fonts/FontCache.cpp b/third_party/WebKit/Source/platform/fonts/FontCache.cpp
|
| index 36433a6b6e83be8542b9b987d2f01463f2d16a2d..fbcdbdbaa88f0df2824ced243ca5cf3e2e928f58 100644
|
| --- a/third_party/WebKit/Source/platform/fonts/FontCache.cpp
|
| +++ b/third_party/WebKit/Source/platform/fonts/FontCache.cpp
|
| @@ -185,7 +185,7 @@ FontVerticalDataCache& fontVerticalDataCacheInstance()
|
| return fontVerticalDataCache;
|
| }
|
|
|
| -void FontCache::setFontManager(const RefPtr<SkFontMgr>& fontManager)
|
| +void FontCache::setFontManager(const sk_sp<SkFontMgr>& fontManager)
|
| {
|
| DCHECK(!s_staticFontManager);
|
| s_staticFontManager = fontManager.get();
|
|
|