| Index: third_party/WebKit/Source/platform/fonts/FontCache.h
|
| diff --git a/third_party/WebKit/Source/platform/fonts/FontCache.h b/third_party/WebKit/Source/platform/fonts/FontCache.h
|
| index 3768467b0bbbb201e1a26a445bc138892fa21831..415700fb6b059e033bda80b32b0c8d07811eb755 100644
|
| --- a/third_party/WebKit/Source/platform/fonts/FontCache.h
|
| +++ b/third_party/WebKit/Source/platform/fonts/FontCache.h
|
| @@ -190,7 +190,7 @@ private:
|
|
|
| RefPtr<SkFontMgr> m_fontManager;
|
|
|
| - static SkFontMgr* s_fontManager;
|
| + static SkFontMgr* s_staticFontManager;
|
|
|
| #if OS(WIN)
|
| static bool s_antialiasedTextEnabled;
|
|
|