Index: third_party/WebKit/Source/platform/fonts/GlyphMetricsMap.h |
diff --git a/third_party/WebKit/Source/platform/fonts/GlyphMetricsMap.h b/third_party/WebKit/Source/platform/fonts/GlyphMetricsMap.h |
index 518a0f75fe204d4d1f5ece94af619d0d4c2d148a..52c275c90527ad16a498c49c5045a6ca583a0967 100644 |
--- a/third_party/WebKit/Source/platform/fonts/GlyphMetricsMap.h |
+++ b/third_party/WebKit/Source/platform/fonts/GlyphMetricsMap.h |
@@ -91,8 +91,8 @@ class GlyphMetricsMap { |
static T unknownMetrics(); |
bool m_filledPrimaryPage; |
- GlyphMetricsPage |
- m_primaryPage; // We optimize for the page that contains glyph indices 0-255. |
+ GlyphMetricsPage m_primaryPage; // We optimize for the page that contains |
+ // glyph indices 0-255. |
dcheng
2016/10/03 20:41:17
Nit: personal opinion strikes again: I think one l
Nico
2016/10/03 20:46:56
Done.
|
std::unique_ptr<HashMap<int, std::unique_ptr<GlyphMetricsPage>>> m_pages; |
}; |