mirror of
https://github.com/servo/servo.git
synced 2025-08-02 20:20:14 +01:00
Extract OpaqueNodeMethods to own file
This commit is contained in:
parent
417a932e30
commit
b424de2092
8 changed files with 76 additions and 62 deletions
|
@ -17,7 +17,8 @@ use incremental::{LayoutDamageComputation, REFLOW, REFLOW_ENTIRE_DOCUMENT, REPAI
|
|||
use layout_debug;
|
||||
use parallel::{self, UnsafeFlow};
|
||||
use sequential;
|
||||
use util::{LayoutDataAccess, LayoutDataWrapper, OpaqueNodeMethods, ToGfxColor};
|
||||
use util::{LayoutDataAccess, LayoutDataWrapper, ToGfxColor};
|
||||
use opaque_node::OpaqueNodeMethods;
|
||||
use wrapper::{LayoutNode, TLayoutNode, ThreadSafeLayoutNode};
|
||||
|
||||
use encoding::EncodingRef;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue