mirror of
https://github.com/servo/servo.git
synced 2025-08-05 13:40:08 +01:00
Remove LayoutDamageComputation
This commit is contained in:
parent
aacaf1bd70
commit
495a0dd41a
2 changed files with 4 additions and 9 deletions
|
@ -45,7 +45,7 @@ use layout::display_list::items::{OpaqueNode, WebRenderImageInfo};
|
|||
use layout::display_list::{IndexableText, ToLayout, WebRenderDisplayListConverter};
|
||||
use layout::flow::{Flow, GetBaseFlow, ImmutableFlowUtils, MutableOwnedFlowUtils};
|
||||
use layout::flow_ref::FlowRef;
|
||||
use layout::incremental::{LayoutDamageComputation, RelayoutMode, SpecialRestyleDamage};
|
||||
use layout::incremental::{RelayoutMode, SpecialRestyleDamage};
|
||||
use layout::layout_debug;
|
||||
use layout::parallel;
|
||||
use layout::query::{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue