mirror of
https://github.com/servo/servo.git
synced 2025-08-06 14:10:11 +01:00
cargo fix --edition --features gecko
This commit is contained in:
parent
a15d33a10e
commit
b1822a39fa
87 changed files with 614 additions and 585 deletions
|
@ -4,10 +4,10 @@
|
|||
|
||||
//! Gecko-specific bits for the styling DOM traversal.
|
||||
|
||||
use context::{SharedStyleContext, StyleContext};
|
||||
use dom::{TElement, TNode};
|
||||
use gecko::wrapper::{GeckoElement, GeckoNode};
|
||||
use traversal::{recalc_style_at, DomTraversal, PerLevelTraversalData};
|
||||
use crate::context::{SharedStyleContext, StyleContext};
|
||||
use crate::dom::{TElement, TNode};
|
||||
use crate::gecko::wrapper::{GeckoElement, GeckoNode};
|
||||
use crate::traversal::{recalc_style_at, DomTraversal, PerLevelTraversalData};
|
||||
|
||||
/// This is the simple struct that Gecko uses to encapsulate a DOM traversal for
|
||||
/// styling.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue