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

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

Issue 2391893004: Reformat comments in core/layout up until LayoutBox (Closed)
Patch Set: Rebase w/HEAD (again) 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/LayoutBR.h
diff --git a/third_party/WebKit/Source/core/layout/LayoutBR.h b/third_party/WebKit/Source/core/layout/LayoutBR.h
index 330ca6d475835af30bbe565d13ce6ff91f05dbf1..1450d33dc91807d133b57b7f65421123af9ab76a 100644
--- a/third_party/WebKit/Source/core/layout/LayoutBR.h
+++ b/third_party/WebKit/Source/core/layout/LayoutBR.h
@@ -23,10 +23,8 @@
#include "core/layout/LayoutText.h"
-/*
- * The whole class here is a hack to get <br> working, as long as we don't have support for
- * CSS2 :before and :after pseudo elements
- */
+// The whole class here is a hack to get <br> working, as long as we don't have
+// support for CSS2 :before and :after pseudo elements.
namespace blink {
class LayoutBR final : public LayoutText {

Powered by Google App Engine
This is Rietveld 408576698