mirror of
https://github.com/servo/servo.git
synced 2025-08-06 14:10:11 +01:00
Stop reexporting ReflowGoal from layout_interface.
This commit is contained in:
parent
39ba25572b
commit
9dc85e0d40
6 changed files with 10 additions and 9 deletions
|
@ -10,9 +10,8 @@ use flow::{PostorderFlowTraversal, PreorderFlowTraversal};
|
|||
use flow::{self, Flow};
|
||||
use gfx::display_list::OpaqueNode;
|
||||
use incremental::{BUBBLE_ISIZES, REFLOW, REFLOW_OUT_OF_FLOW, REPAINT, RestyleDamage};
|
||||
use script::layout_interface::ReflowGoal;
|
||||
use std::mem;
|
||||
use style::context::StyleContext;
|
||||
use style::context::{StyleContext, ReflowGoal};
|
||||
use style::matching::MatchMethods;
|
||||
use style::traversal::{DomTraversalContext, STYLE_BLOOM};
|
||||
use style::traversal::{put_thread_local_bloom_filter, recalc_style_at};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue