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

Unified Diff: Source/platform/fonts/FontCache.h

Issue 858663002: Fix template angle bracket syntax in platform (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Rebase Created 5 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
« no previous file with comments | « Source/platform/exported/linux/WebFontInfo.cpp ('k') | Source/platform/fonts/FontCache.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/platform/fonts/FontCache.h
diff --git a/Source/platform/fonts/FontCache.h b/Source/platform/fonts/FontCache.h
index ef9873cf7fcb7a27fc16cc747aabc59d14f920a1..7ec9f7a81536b16262d2989f35138bbd1e36b8b1 100644
--- a/Source/platform/fonts/FontCache.h
+++ b/Source/platform/fonts/FontCache.h
@@ -174,7 +174,7 @@ private:
static IDWriteFactory* s_directWriteFactory;
static float s_deviceScaleFactor;
static bool s_useSubpixelPositioning;
- static HashMap<String, RefPtr<SkTypeface> >* s_sideloadedFonts;
+ static HashMap<String, RefPtr<SkTypeface>>* s_sideloadedFonts;
// The system font metrics cache.
static AtomicString* s_menuFontFamilyName;
static int32_t s_menuFontHeight;
« no previous file with comments | « Source/platform/exported/linux/WebFontInfo.cpp ('k') | Source/platform/fonts/FontCache.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698