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

Unified Diff: third_party/WebKit/Source/platform/fonts/win/FontCacheSkiaWin.cpp

Issue 2294433002: s/s_fontManager/s_staticFontManager/ to help rewrite_to_chrome_style tool. (Closed)
Patch Set: Created 4 years, 4 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
« no previous file with comments | « third_party/WebKit/Source/platform/fonts/linux/FontCacheLinux.cpp ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/Source/platform/fonts/win/FontCacheSkiaWin.cpp
diff --git a/third_party/WebKit/Source/platform/fonts/win/FontCacheSkiaWin.cpp b/third_party/WebKit/Source/platform/fonts/win/FontCacheSkiaWin.cpp
index b8e6238cdda2c31b1fc4e6ba22e5a1bdfcfa4aeb..ab20956ae401ded2906099e7c8766f55aab9296f 100644
--- a/third_party/WebKit/Source/platform/fonts/win/FontCacheSkiaWin.cpp
+++ b/third_party/WebKit/Source/platform/fonts/win/FontCacheSkiaWin.cpp
@@ -100,7 +100,7 @@ void FontCache::setStatusFontMetrics(const wchar_t* familyName, int32_t fontHeig
FontCache::FontCache()
: m_purgePreventCount(0)
{
- m_fontManager = s_fontManager;
+ m_fontManager = s_staticFontManager;
if (!m_fontManager.get())
m_fontManager = adoptRef(SkFontMgr_New_DirectWrite());
ASSERT(m_fontManager.get());
« no previous file with comments | « third_party/WebKit/Source/platform/fonts/linux/FontCacheLinux.cpp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698