mirror of
https://github.com/servo/servo.git
synced 2025-07-22 23:03:42 +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
|
@ -19,7 +19,7 @@ use traversal::{BuildDisplayList, ComputeAbsolutePositions};
|
|||
use traversal::{PostorderDomTraversal, PreorderDomTraversal};
|
||||
use util::geometry::ZERO_POINT;
|
||||
use util::opts;
|
||||
use wrapper::{ServoLayoutNode, LayoutNodeTrait};
|
||||
use wrapper::{LayoutNode, ServoLayoutNode};
|
||||
|
||||
pub fn traverse_dom_preorder(root: ServoLayoutNode,
|
||||
shared_layout_context: &SharedLayoutContext) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue