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

Unified Diff: third_party/WebKit/Source/core/layout/LayoutTextFragment.cpp

Issue 2405633002: Reformat comments in core/layout (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/layout/LayoutTextFragment.cpp
diff --git a/third_party/WebKit/Source/core/layout/LayoutTextFragment.cpp b/third_party/WebKit/Source/core/layout/LayoutTextFragment.cpp
index acec2d21088e79dcc607d9123edc4039100f69ec..903b2be0b7874c4a947dbcd8d46bf3c04ebb47a4 100644
--- a/third_party/WebKit/Source/core/layout/LayoutTextFragment.cpp
+++ b/third_party/WebKit/Source/core/layout/LayoutTextFragment.cpp
@@ -121,8 +121,8 @@ UChar LayoutTextFragment::previousCharacter() const {
return LayoutText::previousCharacter();
}
-// If this is the layoutObject for a first-letter pseudoNode then we have to look
-// at the node for the remaining text to find our content.
+// If this is the layoutObject for a first-letter pseudoNode then we have to
+// look at the node for the remaining text to find our content.
Text* LayoutTextFragment::associatedTextNode() const {
Node* node = this->firstLetterPseudoElement();
if (m_isRemainingTextLayoutObject || !node) {
« no previous file with comments | « third_party/WebKit/Source/core/layout/LayoutTextFragment.h ('k') | third_party/WebKit/Source/core/layout/LayoutTextTest.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698