diff options
author | Bobby Holley <bobbyholley@gmail.com> | 2017-05-02 16:22:10 -0700 |
---|---|---|
committer | Bobby Holley <bobbyholley@gmail.com> | 2017-05-02 17:35:45 -0700 |
commit | 7b0679848b177ead3a87171d0224e05ecadd8006 (patch) | |
tree | 69ecc07d8293ca15f04dd066da132cad31414161 /components/script_layout_interface/wrapper_traits.rs | |
parent | d78ca4c4f9f1866204cbb420b284be1cbc137712 (diff) | |
download | servo-7b0679848b177ead3a87171d0224e05ecadd8006.tar.gz servo-7b0679848b177ead3a87171d0224e05ecadd8006.zip |
Fix up script and layout.
Diffstat (limited to 'components/script_layout_interface/wrapper_traits.rs')
-rw-r--r-- | components/script_layout_interface/wrapper_traits.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/components/script_layout_interface/wrapper_traits.rs b/components/script_layout_interface/wrapper_traits.rs index 4abc74bcac0..bb7d1e373cf 100644 --- a/components/script_layout_interface/wrapper_traits.rs +++ b/components/script_layout_interface/wrapper_traits.rs @@ -15,7 +15,6 @@ use msg::constellation_msg::PipelineId; use range::Range; use servo_url::ServoUrl; use std::fmt::Debug; -use std::sync::Arc; use style::computed_values::display; use style::context::SharedStyleContext; use style::data::ElementData; @@ -24,6 +23,7 @@ use style::dom::OpaqueNode; use style::font_metrics::ServoMetricsProvider; use style::properties::{CascadeFlags, ServoComputedValues}; use style::selector_parser::{PseudoElement, PseudoElementCascadeType, SelectorImpl}; +use style::stylearc::Arc; use webrender_traits::ClipId; #[derive(Copy, PartialEq, Clone, Debug)] |