aboutsummaryrefslogtreecommitdiffstats
path: root/components/layout/flow.rs
diff options
context:
space:
mode:
Diffstat (limited to 'components/layout/flow.rs')
-rw-r--r--components/layout/flow.rs4
1 files changed, 1 insertions, 3 deletions
diff --git a/components/layout/flow.rs b/components/layout/flow.rs
index 4792c8dfc4d..47dbf7e76c2 100644
--- a/components/layout/flow.rs
+++ b/components/layout/flow.rs
@@ -685,9 +685,7 @@ pub struct BaseFlow {
/// The children of this flow.
pub children: FlowList,
- /* layout computations */
- // TODO: min/pref and position are used during disjoint phases of
- // layout; maybe combine into a single enum to save space.
+ /// Intrinsic inline sizes for this flow.
pub intrinsic_inline_sizes: IntrinsicISizes,
/// The upper left corner of the box representing this flow, relative to the box representing