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

Unified Diff: Source/platform/fonts/GlyphPageTreeNode.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/fonts/GlyphMetricsMap.h ('k') | Source/platform/fonts/SimpleFontData.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/platform/fonts/GlyphPageTreeNode.h
diff --git a/Source/platform/fonts/GlyphPageTreeNode.h b/Source/platform/fonts/GlyphPageTreeNode.h
index 5c5a6f7fe3aead0718a5480a5617a84178c1147b..b6e0e9d0b51ef3a8396b9b35fb257ab9565aae24 100644
--- a/Source/platform/fonts/GlyphPageTreeNode.h
+++ b/Source/platform/fonts/GlyphPageTreeNode.h
@@ -134,7 +134,7 @@ private:
static GlyphPageTreeNode* pageZeroRoot;
RefPtr<GlyphPage> m_page;
- typedef HashMap<const FontData*, OwnPtr<GlyphPageTreeNode> > GlyphPageTreeNodeMap;
+ typedef HashMap<const FontData*, OwnPtr<GlyphPageTreeNode>> GlyphPageTreeNodeMap;
GlyphPageTreeNodeMap m_children;
OwnPtr<SystemFallbackGlyphPageTreeNode> m_systemFallbackChild;
};
« no previous file with comments | « Source/platform/fonts/GlyphMetricsMap.h ('k') | Source/platform/fonts/SimpleFontData.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698