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

Unified Diff: third_party/WebKit/Source/platform/fonts/shaping/ShapeResultBuffer.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/shaping/ShapeResultBuffer.h
diff --git a/third_party/WebKit/Source/platform/fonts/shaping/ShapeResultBuffer.h b/third_party/WebKit/Source/platform/fonts/shaping/ShapeResultBuffer.h
index b4cf161e9568916701c2ee4d7bd47649abe8232a..68021521a3f4e3216655a5a26c7e434c24278158 100644
--- a/third_party/WebKit/Source/platform/fonts/shaping/ShapeResultBuffer.h
+++ b/third_party/WebKit/Source/platform/fonts/shaping/ShapeResultBuffer.h
@@ -72,7 +72,8 @@ class ShapeResultBuffer {
float offset,
Vector<CharacterRange>&);
- // Empirically, cases where we get more than 50 ShapeResults are extremely rare.
+ // Empirically, cases where we get more than 50 ShapeResults are extremely
+ // rare.
Vector<RefPtr<const ShapeResult>, 64> m_results;
bool m_hasVerticalOffsets;
};

Powered by Google App Engine
This is Rietveld 408576698