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

Unified Diff: third_party/WebKit/Source/core/layout/line/LineLayoutState.h

Issue 2393693002: Reformat comments in core/layout/line (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/line/LineLayoutState.h
diff --git a/third_party/WebKit/Source/core/layout/line/LineLayoutState.h b/third_party/WebKit/Source/core/layout/line/LineLayoutState.h
index da4b02d328294b0b0b4d7d82e1a71570952ea0c6..8fab748b6fe5551d44a9d74e49ddd61b4be6e9de 100644
--- a/third_party/WebKit/Source/core/layout/line/LineLayoutState.h
+++ b/third_party/WebKit/Source/core/layout/line/LineLayoutState.h
@@ -1,6 +1,7 @@
/*
* Copyright (C) 2000 Lars Knoll (knoll@kde.org)
- * Copyright (C) 2003, 2004, 2006, 2007, 2008, 2009, 2010, 2011 Apple Inc. All right reserved.
+ * Copyright (C) 2003, 2004, 2006, 2007, 2008, 2009, 2010, 2011 Apple Inc.
+ * All right reserved.
* Copyright (C) 2010 Google Inc. All rights reserved.
* Copyright (C) 2014 Adobe Systems Incorporated. All rights reserved.
*
@@ -30,8 +31,9 @@
namespace blink {
-// Like LayoutState for layout(), LineLayoutState keeps track of global information
-// during an entire linebox tree layout pass (aka layoutInlineChildren).
+// Like LayoutState for layout(), LineLayoutState keeps track of global
+// information during an entire linebox tree layout pass (aka
+// layoutInlineChildren).
class LineLayoutState {
STACK_ALLOCATED();
@@ -89,8 +91,8 @@ class LineLayoutState {
unsigned m_floatIndex;
LayoutUnit m_endLineLogicalTop;
bool m_endLineMatched;
- // Used as a performance optimization to avoid doing a full paint invalidation when our floats
- // change but we don't have any inline children.
+ // Used as a performance optimization to avoid doing a full paint invalidation
+ // when our floats change but we don't have any inline children.
bool m_hasInlineChild;
bool m_isFullLayout;
« no previous file with comments | « third_party/WebKit/Source/core/layout/line/LineInfo.h ('k') | third_party/WebKit/Source/core/layout/line/LineWidth.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698