diff options
author | Per Lundberg <perlun@gmail.com> | 2016-03-29 22:35:02 +0300 |
---|---|---|
committer | Per Lundberg <perlun@gmail.com> | 2016-03-29 23:30:13 +0300 |
commit | 4cb4cc93e4c0c2e92a6bef13d53de771de491bd7 (patch) | |
tree | afbe6a35bf550b010bdc5ea188732fa835fddbb4 /components/layout/display_list_builder.rs | |
parent | 639fdd6b128e0cfd418e4ae0dd78de3f5aecac4c (diff) | |
download | servo-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/display_list_builder.rs')
-rw-r--r-- | components/layout/display_list_builder.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/components/layout/display_list_builder.rs b/components/layout/display_list_builder.rs index db43ddc71f0..7c65db972cf 100644 --- a/components/layout/display_list_builder.rs +++ b/components/layout/display_list_builder.rs @@ -51,7 +51,7 @@ use style::computed_values::{border_style, image_rendering, overflow_x, position use style::computed_values::{transform, transform_style, visibility}; use style::logical_geometry::{LogicalPoint, LogicalRect, LogicalSize, WritingMode}; use style::properties::style_structs::Border; -use style::properties::{self, ServoComputedValues, TComputedValues}; +use style::properties::{self, ComputedValues, ServoComputedValues}; use style::values::RGBA; use style::values::computed; use style::values::computed::{LengthOrNone, LengthOrPercentage, LengthOrPercentageOrAuto, LinearGradient}; |