mirror of
https://github.com/servo/servo.git
synced 2025-08-03 04:30:10 +01:00
Move PendingRestyle to the style_layout_interface crate
This commit is contained in:
parent
04af32128c
commit
df0118dd10
6 changed files with 34 additions and 30 deletions
|
@ -130,7 +130,7 @@ pub mod layout_exports {
|
|||
pub use crate::dom::bindings::inheritance::{HTMLElementTypeId, NodeTypeId, TextTypeId};
|
||||
pub use crate::dom::bindings::root::LayoutDom;
|
||||
pub use crate::dom::characterdata::LayoutCharacterDataHelpers;
|
||||
pub use crate::dom::document::{Document, LayoutDocumentHelpers, PendingRestyle};
|
||||
pub use crate::dom::document::{Document, LayoutDocumentHelpers};
|
||||
pub use crate::dom::element::{Element, LayoutElementHelpers, RawLayoutElementHelpers};
|
||||
pub use crate::dom::node::NodeFlags;
|
||||
pub use crate::dom::node::{LayoutNodeHelpers, Node};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue