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

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

Issue 2395683002: Revert of Reformat comments in core/layout up until LayoutBox (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/LayoutBR.h
diff --git a/third_party/WebKit/Source/core/layout/LayoutBR.h b/third_party/WebKit/Source/core/layout/LayoutBR.h
index 1450d33dc91807d133b57b7f65421123af9ab76a..330ca6d475835af30bbe565d13ce6ff91f05dbf1 100644
--- a/third_party/WebKit/Source/core/layout/LayoutBR.h
+++ b/third_party/WebKit/Source/core/layout/LayoutBR.h
@@ -23,8 +23,10 @@
#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