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

Unified Diff: sky/engine/core/rendering/line/LineLayoutState.h

Issue 945003002: Remove LayoutState. (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: improve test Created 5 years, 10 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: sky/engine/core/rendering/line/LineLayoutState.h
diff --git a/sky/engine/core/rendering/line/LineLayoutState.h b/sky/engine/core/rendering/line/LineLayoutState.h
index e25b2a0ec3e94303b2004bca407f0f45cb7a24cf..8ae1b79771991ab85ec6f9c1d5e66505a70a9ee5 100644
--- a/sky/engine/core/rendering/line/LineLayoutState.h
+++ b/sky/engine/core/rendering/line/LineLayoutState.h
@@ -29,7 +29,7 @@
namespace blink {
-// Like LayoutState for layout(), LineLayoutState keeps track of global information
+// LineLayoutState keeps track of global information
// during an entire linebox tree layout pass (aka RenderParagraph::layoutChildren).
class LineLayoutState {
public:

Powered by Google App Engine
This is Rietveld 408576698