mirror of
https://github.com/servo/servo.git
synced 2025-08-06 14:10:11 +01:00
script: Make trees less generic
This commit is contained in:
parent
44a8b0987c
commit
199ca33b72
23 changed files with 382 additions and 523 deletions
|
@ -22,8 +22,7 @@ use servo_util::range::Range;
|
|||
use std::cell::Cell;
|
||||
use std::u16;
|
||||
use std::util;
|
||||
use style::computed_values::text_align;
|
||||
use style::computed_values::vertical_align;
|
||||
use style::computed_values::{text_align, vertical_align};
|
||||
|
||||
/// Lineboxes are represented as offsets into the child list, rather than
|
||||
/// as an object that "owns" boxes. Choosing a different set of line
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue