mirror of
https://github.com/servo/servo.git
synced 2025-07-30 18:50:36 +01:00
Rename Layout*Trait to Layout*.
The next step will be to remote the Servo-specificity of the layout code we want to share by making it operate generically on Layout*.
This commit is contained in:
parent
9dd45b9f2a
commit
2f6e94943a
6 changed files with 17 additions and 17 deletions
|
@ -31,7 +31,7 @@ use util::arc_ptr_eq;
|
|||
use util::cache::{LRUCache, SimpleHashCache};
|
||||
use util::opts;
|
||||
use util::vec::ForgetfulSink;
|
||||
use wrapper::{ServoLayoutElement, LayoutElementTrait, ServoLayoutNode, LayoutNodeTrait};
|
||||
use wrapper::{LayoutElement, LayoutNode, ServoLayoutElement, ServoLayoutNode};
|
||||
|
||||
pub struct ApplicableDeclarations {
|
||||
pub normal: SmallVec<[DeclarationBlock; 16]>,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue