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

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

Issue 2400863005: Reformat comments in core/layout up until LayoutTableRow (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/LayoutRubyRun.h
diff --git a/third_party/WebKit/Source/core/layout/LayoutRubyRun.h b/third_party/WebKit/Source/core/layout/LayoutRubyRun.h
index b1e07654a64ac2e700588a5afcfcc3dde6f1985b..abd92030c4aafd6aee5105894b718dc9c9ec0456 100644
--- a/third_party/WebKit/Source/core/layout/LayoutRubyRun.h
+++ b/third_party/WebKit/Source/core/layout/LayoutRubyRun.h
@@ -39,7 +39,8 @@ namespace blink {
class LayoutRubyBase;
class LayoutRubyText;
-// LayoutRubyRun are 'inline-block/table' like objects,and wrap a single pairing of a ruby base with its ruby text(s).
+// LayoutRubyRun are 'inline-block/table' like objects,and wrap a single pairing
+// of a ruby base with its ruby text(s).
// See LayoutRuby.h for further comments on the structure
class LayoutRubyRun final : public LayoutBlockFlow {

Powered by Google App Engine
This is Rietveld 408576698