Replace the StyledNode trait with inherent methods.

This commit is contained in:
Ms2ger 2015-07-27 16:40:23 +02:00
parent 5cf662fb97
commit 3984e39011
13 changed files with 36 additions and 68 deletions

View file

@ -25,7 +25,6 @@
/// line breaks and mapping to CSS boxes, for the purpose of handling `getClientRects()` and
/// similar methods.
use css::node_style::StyledNode;
use block::BlockFlow;
use context::LayoutContext;
use display_list_builder::DisplayListBuildingResult;