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

Unified Diff: third_party/WebKit/Source/core/layout/LayoutTextCombine.h

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/LayoutTextCombine.h
diff --git a/third_party/WebKit/Source/core/layout/LayoutTextCombine.h b/third_party/WebKit/Source/core/layout/LayoutTextCombine.h
index eafb68bd8235d58b670d0c10ac9126197f4cf869..5fcecfedee54a8a041c13013e4350ed1829527d7 100644
--- a/third_party/WebKit/Source/core/layout/LayoutTextCombine.h
+++ b/third_party/WebKit/Source/core/layout/LayoutTextCombine.h
@@ -26,9 +26,9 @@
namespace blink {
-// LayoutTextCombine uses different coordinate systems for layout and inlineTextBox,
-// because it is treated as 1em-box character in vertical flow for the layout,
-// while its inline box is in horizontal flow.
+// LayoutTextCombine uses different coordinate systems for layout and
+// inlineTextBox, because it is treated as 1em-box character in vertical flow
+// for the layout, while its inline box is in horizontal flow.
class LayoutTextCombine final : public LayoutText {
public:
LayoutTextCombine(Node*, PassRefPtr<StringImpl>);
« no previous file with comments | « third_party/WebKit/Source/core/layout/LayoutText.cpp ('k') | third_party/WebKit/Source/core/layout/LayoutTextCombine.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698