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

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

Issue 2394263004: Reformat comments in core/layout up until LayoutMultiColumnFlowThread (Closed)
Patch Set: Rebase w/HEAD 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/LayoutButton.h
diff --git a/third_party/WebKit/Source/core/layout/LayoutButton.h b/third_party/WebKit/Source/core/layout/LayoutButton.h
index ce44a449d8ac2728c004a531f3de52e7f5825f5e..d05e4bf8118e34b109a26018468a7585225ee986 100644
--- a/third_party/WebKit/Source/core/layout/LayoutButton.h
+++ b/third_party/WebKit/Source/core/layout/LayoutButton.h
@@ -27,9 +27,10 @@
namespace blink {
-// LayoutButtons are just like normal flexboxes except that they will generate an anonymous block child.
-// For inputs, they will also generate an anonymous LayoutText and keep its style and content up
-// to date as the button changes.
+// LayoutButtons are just like normal flexboxes except that they will generate
+// an anonymous block child.
+// For inputs, they will also generate an anonymous LayoutText and keep its
+// style and content up to date as the button changes.
class LayoutButton final : public LayoutFlexibleBox {
public:
explicit LayoutButton(Element*);
« no previous file with comments | « third_party/WebKit/Source/core/layout/LayoutBoxTest.cpp ('k') | third_party/WebKit/Source/core/layout/LayoutButton.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698