mirror of
https://github.com/servo/servo.git
synced 2025-08-03 04:30:10 +01:00
Bonus Fix - Rename traverse_dom_preorder to traverse_dom.
The incorrect naming here was bugging me - the dom traversal has both pre- and post-order processing steps.
This commit is contained in:
parent
136c0938a2
commit
29987a6715
5 changed files with 12 additions and 13 deletions
|
@ -18,7 +18,7 @@ use traversal::{AssignBSizesAndStoreOverflow, AssignISizes};
|
|||
use traversal::{BubbleISizes, BuildDisplayList, ComputeAbsolutePositions, PostorderNodeMutTraversal};
|
||||
use util::opts;
|
||||
|
||||
pub use style::sequential::traverse_dom_preorder;
|
||||
pub use style::sequential::traverse_dom;
|
||||
|
||||
pub fn resolve_generated_content(root: &mut FlowRef, shared_layout_context: &SharedLayoutContext) {
|
||||
fn doit(flow: &mut Flow, level: u32, traversal: &mut ResolveGeneratedContent) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue