aboutsummaryrefslogtreecommitdiffstats
path: root/components/script/layout_wrapper.rs
diff options
context:
space:
mode:
authorSimon Sapin <simon.sapin@exyr.org>2016-07-19 20:29:22 +0200
committerSimon Sapin <simon.sapin@exyr.org>2016-07-20 08:42:40 +0200
commit789807b7b09e0742a197c98efd2f81b85b751a57 (patch)
treee093027760cf23719d9f6b3e279eab46e9b3168f /components/script/layout_wrapper.rs
parentb2a7e4437391abd92486d5bef879fadadabab162 (diff)
downloadservo-789807b7b09e0742a197c98efd2f81b85b751a57.tar.gz
servo-789807b7b09e0742a197c98efd2f81b85b751a57.zip
Remove the ComputedValue traits and style_struct_traits
Diffstat (limited to 'components/script/layout_wrapper.rs')
-rw-r--r--components/script/layout_wrapper.rs2
1 files changed, 0 insertions, 2 deletions
diff --git a/components/script/layout_wrapper.rs b/components/script/layout_wrapper.rs
index 78a6b1a2f71..53c8cc27c01 100644
--- a/components/script/layout_wrapper.rs
+++ b/components/script/layout_wrapper.rs
@@ -56,7 +56,6 @@ use style::attr::AttrValue;
use style::computed_values::display;
use style::dom::{PresentationalHintsSynthetizer, OpaqueNode, TDocument, TElement, TNode, UnsafeNode};
use style::element_state::*;
-use style::properties::{ComputedValues, ServoComputedValues};
use style::properties::{PropertyDeclaration, PropertyDeclarationBlock};
use style::refcell::{Ref, RefCell, RefMut};
use style::restyle_hints::ElementSnapshot;
@@ -110,7 +109,6 @@ impl<'ln> ServoLayoutNode<'ln> {
}
impl<'ln> TNode for ServoLayoutNode<'ln> {
- type ConcreteComputedValues = ServoComputedValues;
type ConcreteElement = ServoLayoutElement<'ln>;
type ConcreteDocument = ServoLayoutDocument<'ln>;
type ConcreteRestyleDamage = RestyleDamage;