mirror of
https://github.com/servo/servo.git
synced 2025-07-23 23:33:43 +01:00
Introduce a script_layout_interface crate and move RestyleDamage to it.
This commit is contained in:
parent
e5cab36671
commit
5c03dd8eb1
24 changed files with 332 additions and 271 deletions
|
@ -6,9 +6,9 @@
|
|||
|
||||
use flow::{self, Flow};
|
||||
use gfx::display_list::OpaqueNode;
|
||||
use incremental::RestyleDamage;
|
||||
use ipc_channel::ipc::IpcSender;
|
||||
use msg::constellation_msg::PipelineId;
|
||||
use script_layout_interface::restyle_damage::RestyleDamage;
|
||||
use script_traits::{AnimationState, LayoutMsg as ConstellationMsg};
|
||||
use std::collections::HashMap;
|
||||
use std::collections::hash_map::Entry;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue