Replace OpaqueStyleAndLayoutData by StyleAndOpaqueLayoutData

This commit is contained in:
Anthony Ramine 2020-04-06 14:42:05 +02:00
parent 88d79fe46d
commit 030a1cf8fb
12 changed files with 129 additions and 162 deletions

View file

@ -14,7 +14,7 @@ pub mod context;
pub mod data;
pub mod display_list;
mod dom_traversal;
mod element_data;
pub mod element_data;
mod flow;
mod formatting_contexts;
mod fragments;