mirror of
https://github.com/servo/servo.git
synced 2025-07-24 07:40:27 +01:00
layout: Store overflow for flows impacted by floats.
Makes qz.com visible. In order to work around a compiler bug involving Sized, this patch moves `store_overflow` to be a virtual method.
This commit is contained in:
parent
263b69cf7f
commit
b026a8ecf6
6 changed files with 74 additions and 41 deletions
|
@ -10,9 +10,8 @@ use css::node_style::StyledNode;
|
|||
use css::matching::{ApplicableDeclarations, MatchMethods, StyleSharingResult};
|
||||
use construct::FlowConstructor;
|
||||
use context::LayoutContext;
|
||||
use flow::{Flow, MutableFlowUtils};
|
||||
use flow::{self, Flow};
|
||||
use flow::{PreorderFlowTraversal, PostorderFlowTraversal};
|
||||
use flow;
|
||||
use incremental::{self, BUBBLE_ISIZES, REFLOW, REFLOW_OUT_OF_FLOW, RestyleDamage};
|
||||
use script::layout_interface::ReflowGoal;
|
||||
use wrapper::{layout_node_to_unsafe_layout_node, LayoutNode};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue