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

Unified Diff: third_party/WebKit/Source/core/editing/RenderedPosition.h

Issue 2399663003: Reflow comments in //third_party/WebKit/Source/core/editing (Closed)
Patch Set: 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/core/editing/RenderedPosition.h
diff --git a/third_party/WebKit/Source/core/editing/RenderedPosition.h b/third_party/WebKit/Source/core/editing/RenderedPosition.h
index a7ca3f679a53d5dcd042aa40f621ab1158396313..cff1a956a7c7c0dd46fa48a965de40e35eb8f1c9 100644
--- a/third_party/WebKit/Source/core/editing/RenderedPosition.h
+++ b/third_party/WebKit/Source/core/editing/RenderedPosition.h
@@ -68,8 +68,8 @@ class RenderedPosition {
bool atRightBoundaryOfBidiRun() const {
return atRightBoundaryOfBidiRun(IgnoreBidiLevel, 0);
}
- // The following two functions return true only if the current position is at the end of the bidi run
- // of the specified bidi embedding level.
+ // The following two functions return true only if the current position is at
+ // the end of the bidi run of the specified bidi embedding level.
bool atLeftBoundaryOfBidiRun(unsigned char bidiLevelOfRun) const {
return atLeftBoundaryOfBidiRun(MatchBidiLevel, bidiLevelOfRun);
}

Powered by Google App Engine
This is Rietveld 408576698