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

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

Issue 1022123002: Fix template angle bracket syntax leftovers (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Remove Body.cpp change Created 5 years, 9 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/FontCache.cpp ('k') | Source/platform/graphics/PictureSnapshot.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/platform/fonts/GlyphMetricsMap.h
diff --git a/Source/platform/fonts/GlyphMetricsMap.h b/Source/platform/fonts/GlyphMetricsMap.h
index 3ab6ac6a139ef7bbc16946f9df89e6e6c3bc6258..8b33725894162d93dcd2a5e2b11d2decde78ee66 100644
--- a/Source/platform/fonts/GlyphMetricsMap.h
+++ b/Source/platform/fonts/GlyphMetricsMap.h
@@ -88,7 +88,7 @@ private:
bool m_filledPrimaryPage;
GlyphMetricsPage m_primaryPage; // We optimize for the page that contains glyph indices 0-255.
- OwnPtr<HashMap<int, OwnPtr<GlyphMetricsPage>> > m_pages;
+ OwnPtr<HashMap<int, OwnPtr<GlyphMetricsPage>>> m_pages;
};
template<> inline float GlyphMetricsMap<float>::unknownMetrics()
« no previous file with comments | « Source/platform/fonts/FontCache.cpp ('k') | Source/platform/graphics/PictureSnapshot.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698