diff options
author | Ms2ger <Ms2ger@gmail.com> | 2016-06-14 19:29:43 +0100 |
---|---|---|
committer | Ms2ger <Ms2ger@gmail.com> | 2016-06-20 19:02:36 +0200 |
commit | 5c03dd8eb15290c7e47e8a15172051c751a1109c (patch) | |
tree | 7f591e3ba9bf5e64540f9bd7cfcaacdb62e4cc3b /components/layout/sequential.rs | |
parent | e5cab3667165765669f2546aa683cfe73e0494af (diff) | |
download | servo-5c03dd8eb15290c7e47e8a15172051c751a1109c.tar.gz servo-5c03dd8eb15290c7e47e8a15172051c751a1109c.zip |
Introduce a script_layout_interface crate and move RestyleDamage to it.
Diffstat (limited to 'components/layout/sequential.rs')
-rw-r--r-- | components/layout/sequential.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/components/layout/sequential.rs b/components/layout/sequential.rs index 6663843f572..a761251b77f 100644 --- a/components/layout/sequential.rs +++ b/components/layout/sequential.rs @@ -16,7 +16,7 @@ use flow_ref::{self, FlowRef}; use fragment::FragmentBorderBoxIterator; use generated_content::ResolveGeneratedContent; use gfx::display_list::{DisplayItem, StackingContext}; -use incremental::{REFLOW, STORE_OVERFLOW}; +use script_layout_interface::restyle_damage::{REFLOW, STORE_OVERFLOW}; use traversal::{AssignBSizes, AssignISizes, BubbleISizes, BuildDisplayList, ComputeAbsolutePositions}; use util::opts; |