mirror of
https://github.com/servo/servo.git
synced 2025-08-04 13:10:20 +01:00
Remove the layout debug methods.
Premature abstraction; nothing used the traits polymorphically. Furthermore, they increased coupling between layout and the DOM.
This commit is contained in:
parent
0a95672236
commit
0ea1a94f8e
8 changed files with 14 additions and 45 deletions
|
@ -12,7 +12,6 @@ use dom::node::{AbstractNode, LayoutView};
|
|||
use layout::aux::{LayoutData, LayoutAuxMethods};
|
||||
use layout::box_builder::LayoutTreeBuilder;
|
||||
use layout::context::LayoutContext;
|
||||
use layout::debug::{BoxedMutDebugMethods, DebugMethods};
|
||||
use layout::display_list_builder::{DisplayListBuilder, FlowDisplayListBuilderMethods};
|
||||
use layout::flow::FlowContext;
|
||||
use layout_interface::{AddStylesheetMsg, BuildData, BuildMsg, ContentBoxQuery, ContentBoxResponse};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue