Chromium Code Reviews| Index: third_party/WebKit/Source/web/win/WebFontRendering.cpp |
| diff --git a/third_party/WebKit/Source/web/win/WebFontRendering.cpp b/third_party/WebKit/Source/web/win/WebFontRendering.cpp |
| index 6611727e3007af99ed1e26e9e4ba45539d94f866..91f8710071a6a93fb66ccadc7413d33ba3cb901c 100644 |
| --- a/third_party/WebKit/Source/web/win/WebFontRendering.cpp |
| +++ b/third_party/WebKit/Source/web/win/WebFontRendering.cpp |
| @@ -12,7 +12,7 @@ namespace blink { |
| void WebFontRendering::setSkiaFontManager(SkFontMgr* fontMgr) |
| { |
| WTF::adopted(fontMgr); |
| - FontCache::setFontManager(RefPtr<SkFontMgr>(fontMgr)); |
| + FontCache::setFontManager(sk_sp<SkFontMgr>(fontMgr)); |
|
f(malita)
2016/09/01 03:55:39
Ditto.
Łukasz Anforowicz
2016/09/01 20:50:59
Done.
|
| } |
| // static |