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

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

Issue 2386333002: reflow comments in platform/fonts (Closed)
Patch Set: comments 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..6e833f7105ab879caf4a841ac71e8a1cad8c5f60 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.
+ // We optimize for the page that contains glyph indices 0-255.
+ GlyphMetricsPage m_primaryPage;
std::unique_ptr<HashMap<int, std::unique_ptr<GlyphMetricsPage>>> m_pages;
};
« no previous file with comments | « third_party/WebKit/Source/platform/fonts/GlyphBuffer.h ('k') | third_party/WebKit/Source/platform/fonts/GlyphPage.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698