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

Unified Diff: third_party/WebKit/Source/platform/fonts/UTF16TextIterator.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/UTF16TextIterator.h
diff --git a/third_party/WebKit/Source/platform/fonts/UTF16TextIterator.h b/third_party/WebKit/Source/platform/fonts/UTF16TextIterator.h
index ef1c259710581f485710241d619102c867ed8247..48c5e66d381ee2dc16faff7c8377ab0397401116 100644
--- a/third_party/WebKit/Source/platform/fonts/UTF16TextIterator.h
+++ b/third_party/WebKit/Source/platform/fonts/UTF16TextIterator.h
@@ -33,8 +33,10 @@ class PLATFORM_EXPORT UTF16TextIterator {
WTF_MAKE_NONCOPYABLE(UTF16TextIterator);
public:
- // The passed in UChar pointer starts at 'offset'. The iterator operates on the range [offset, endOffset].
- // 'length' denotes the maximum length of the UChar array, which might exceed 'endOffset'.
+ // The passed in UChar pointer starts at 'offset'. The iterator operates on
+ // the range [offset, endOffset].
+ // 'length' denotes the maximum length of the UChar array, which might exceed
+ // 'endOffset'.
UTF16TextIterator(const UChar*, int length);
// FIXME: The offset/endOffset fields are only used by the SimpleShaper,

Powered by Google App Engine
This is Rietveld 408576698