diff options
author | bors-servo <lbergstrom+bors@mozilla.com> | 2016-03-30 11:04:57 +0530 |
---|---|---|
committer | bors-servo <lbergstrom+bors@mozilla.com> | 2016-03-30 11:04:57 +0530 |
commit | 0ec96ac02a6c40ffda98e1074ceb9874dd1fb3cb (patch) | |
tree | 3f4321cb5e266bce43438f842124550bb79ba8e8 /components/layout/layout_thread.rs | |
parent | f6d60a716c35f8ec968d259bfa1ffa606d8d15d1 (diff) | |
parent | 4cb4cc93e4c0c2e92a6bef13d53de771de491bd7 (diff) | |
download | servo-0ec96ac02a6c40ffda98e1074ceb9874dd1fb3cb.tar.gz servo-0ec96ac02a6c40ffda98e1074ceb9874dd1fb3cb.zip |
Auto merge of #10277 - perlun:rename-tcomputedvalues-to-computedvalues, r=SimonSapin
Renamed TComputedValues to ComputedValues
This is a followup to #10210, and a continuation of #10185.
<!-- Reviewable:start -->
---
This change is [<img src="https://reviewable.io/review_button.svg" height="35" align="absmiddle" alt="Reviewable"/>](https://reviewable.io/reviews/servo/servo/10277)
<!-- Reviewable:end -->
Diffstat (limited to 'components/layout/layout_thread.rs')
-rw-r--r-- | components/layout/layout_thread.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/components/layout/layout_thread.rs b/components/layout/layout_thread.rs index 6e8ab8635f9..c1e882f2a32 100644 --- a/components/layout/layout_thread.rs +++ b/components/layout/layout_thread.rs @@ -72,7 +72,7 @@ use style::error_reporting::ParseErrorReporter; use style::logical_geometry::LogicalPoint; use style::media_queries::{Device, MediaType}; use style::parallel::WorkQueueData; -use style::properties::TComputedValues; +use style::properties::ComputedValues; use style::selector_impl::ServoSelectorImpl; use style::selector_matching::USER_OR_USER_AGENT_STYLESHEETS; use style::servo::{SharedStyleContext, Stylesheet, Stylist}; |