aboutsummaryrefslogtreecommitdiffstats
path: root/components/layout/inline.rs
diff options
context:
space:
mode:
authorPer Lundberg <perlun@gmail.com>2016-03-29 22:35:02 +0300
committerPer Lundberg <perlun@gmail.com>2016-03-29 23:30:13 +0300
commit4cb4cc93e4c0c2e92a6bef13d53de771de491bd7 (patch)
treeafbe6a35bf550b010bdc5ea188732fa835fddbb4 /components/layout/inline.rs
parent639fdd6b128e0cfd418e4ae0dd78de3f5aecac4c (diff)
downloadservo-4cb4cc93e4c0c2e92a6bef13d53de771de491bd7.tar.gz
servo-4cb4cc93e4c0c2e92a6bef13d53de771de491bd7.zip
Renamed TComputedValues to ComputedValues
This is a followup to #10210, and a continuation of #10185.
Diffstat (limited to 'components/layout/inline.rs')
-rw-r--r--components/layout/inline.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/components/layout/inline.rs b/components/layout/inline.rs
index ff3fef3b7cb..7cfa976de4b 100644
--- a/components/layout/inline.rs
+++ b/components/layout/inline.rs
@@ -30,7 +30,7 @@ use std::{fmt, isize, mem};
use style::computed_values::{display, overflow_x, position, text_align, text_justify};
use style::computed_values::{text_overflow, vertical_align, white_space};
use style::logical_geometry::{LogicalRect, LogicalSize, WritingMode};
-use style::properties::{ServoComputedValues, TComputedValues};
+use style::properties::{ComputedValues, ServoComputedValues};
use style::values::computed::LengthOrPercentage;
use text;
use unicode_bidi;