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/LayoutText.h

Issue 2403873002: Reformat remaining 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
« no previous file with comments | « no previous file | third_party/WebKit/Source/core/layout/ListMarkerText.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/Source/core/layout/LayoutText.h
diff --git a/third_party/WebKit/Source/core/layout/LayoutText.h b/third_party/WebKit/Source/core/layout/LayoutText.h
index 10012e112e1b1f5dbe055d73c1b84714c7deacee..99426d2c10926da311717e20b95bc154277d7dd3 100644
--- a/third_party/WebKit/Source/core/layout/LayoutText.h
+++ b/third_party/WebKit/Source/core/layout/LayoutText.h
@@ -292,7 +292,8 @@ class CORE_EXPORT LayoutText : public LayoutObject {
bool m_hasBreakableChar : 1;
// Whether or not we have a hard break (e.g., <pre> with '\n').
bool m_hasBreak : 1;
- // Whether or not we have a variable width tab character (e.g., <pre> with '\t').
+ // Whether or not we have a variable width tab character (e.g., <pre> with
+ // '\t').
bool m_hasTab : 1;
bool m_hasBreakableStart : 1;
bool m_hasBreakableEnd : 1;
« no previous file with comments | « no previous file | third_party/WebKit/Source/core/layout/ListMarkerText.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698