Index: third_party/WebKit/Source/platform/fonts/skia/FontCacheSkia.cpp |
diff --git a/third_party/WebKit/Source/platform/fonts/skia/FontCacheSkia.cpp b/third_party/WebKit/Source/platform/fonts/skia/FontCacheSkia.cpp |
index f163cdd6ee0717fd5e44c064e0dd3b59d5bc9f57..14078f9586b760790adc3347e7f955cc809e3f76 100644 |
--- a/third_party/WebKit/Source/platform/fonts/skia/FontCacheSkia.cpp |
+++ b/third_party/WebKit/Source/platform/fonts/skia/FontCacheSkia.cpp |
@@ -53,7 +53,7 @@ |
static sk_sp<SkTypeface> typefaceForFontconfigInterfaceIdAndTtcIndex( |
int fontconfigInterfaceId, |
int ttcIndex) { |
- SkAutoTUnref<SkFontConfigInterface> fci(SkFontConfigInterface::RefGlobal()); |
+ sk_sp<SkFontConfigInterface> fci(SkFontConfigInterface::RefGlobal()); |
SkFontConfigInterface::FontIdentity fontIdentity; |
fontIdentity.fID = fontconfigInterfaceId; |
fontIdentity.fTTCIndex = ttcIndex; |