Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(956)

Unified Diff: third_party/WebKit/Source/platform/fonts/linux/FontCacheLinux.cpp

Issue 2618443002: Remove use of legacy SkFontMgr factories. (Closed)
Patch Set: Another include. Created 3 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: third_party/WebKit/Source/platform/fonts/linux/FontCacheLinux.cpp
diff --git a/third_party/WebKit/Source/platform/fonts/linux/FontCacheLinux.cpp b/third_party/WebKit/Source/platform/fonts/linux/FontCacheLinux.cpp
index 4b51489187fbea7431d364d8964d8bc4c04ec452..2021bf58a5d311489b9cbca46efd44f5b4465c4b 100644
--- a/third_party/WebKit/Source/platform/fonts/linux/FontCacheLinux.cpp
+++ b/third_party/WebKit/Source/platform/fonts/linux/FontCacheLinux.cpp
@@ -36,7 +36,6 @@ namespace blink {
FontCache::FontCache() : m_purgePreventCount(0) {
if (s_staticFontManager) {
f(malita) 2017/01/09 15:25:34 I don't think we need to conditional anymore, just
bungeman-chromium 2017/01/09 19:15:28 Done.
- adopted(s_staticFontManager);
m_fontManager = sk_ref_sp(s_staticFontManager);
} else {
m_fontManager = nullptr;

Powered by Google App Engine
This is Rietveld 408576698