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

Unified Diff: third_party/WebKit/Source/platform/text/WritingMode.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/WritingMode.h
diff --git a/third_party/WebKit/Source/platform/text/WritingMode.h b/third_party/WebKit/Source/platform/text/WritingMode.h
index 470182c58853f233f8b8193fb5290def4a9953ae..e59527d50d53e7a7523ba98016b5004443469481 100644
--- a/third_party/WebKit/Source/platform/text/WritingMode.h
+++ b/third_party/WebKit/Source/platform/text/WritingMode.h
@@ -49,7 +49,8 @@ inline bool isFlippedLinesWritingMode(WritingMode writingMode) {
return writingMode == LeftToRightWritingMode;
}
-// Block progression increases in the opposite direction to normal; modes vertical-rl.
+// Block progression increases in the opposite direction to normal; modes
+// vertical-rl.
inline bool isFlippedBlocksWritingMode(WritingMode writingMode) {
return writingMode == RightToLeftWritingMode;
}

Powered by Google App Engine
This is Rietveld 408576698