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

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

Issue 2386333002: reflow comments in platform/fonts (Closed)
Patch Set: Created 4 years, 2 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
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;
};

Powered by Google App Engine
This is Rietveld 408576698