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

Unified Diff: third_party/WebKit/Source/platform/text/SegmentedString.h

Issue 2385283002: reflow comments in platform/{testing,text} (Closed)
Patch Set: idunnolol 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/text/SegmentedString.h
diff --git a/third_party/WebKit/Source/platform/text/SegmentedString.h b/third_party/WebKit/Source/platform/text/SegmentedString.h
index 6efa7aa39882d0b90dc1e436aab9d8238b303f25..9ba74e1207f1c5ecba29d3ba32dc6b54dc920702 100644
--- a/third_party/WebKit/Source/platform/text/SegmentedString.h
+++ b/third_party/WebKit/Source/platform/text/SegmentedString.h
@@ -308,8 +308,9 @@ class PLATFORM_EXPORT SegmentedString {
// The method is moderately slow, comparing to currentLine method.
OrdinalNumber currentColumn() const;
OrdinalNumber currentLine() const;
- // Sets value of line/column variables. Column is specified indirectly by a parameter columnAftreProlog
- // which is a value of column that we should get after a prolog (first prologLength characters) has been consumed.
+ // Sets value of line/column variables. Column is specified indirectly by a
+ // parameter columnAftreProlog which is a value of column that we should get
+ // after a prolog (first prologLength characters) has been consumed.
void setCurrentPosition(OrdinalNumber line,
OrdinalNumber columnAftreProlog,
int prologLength);

Powered by Google App Engine
This is Rietveld 408576698