Auto merge of #11833 - Ms2ger:LocalToCss, r=jdm

Merge AuExtensionMethods and LocalToCss.

<!-- 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/11833)
<!-- Reviewable:end -->
This commit is contained in:
bors-servo 2016-06-23 12:39:17 -05:00 committed by GitHub
commit 209be8113d
10 changed files with 31 additions and 40 deletions

View file

@ -36,7 +36,7 @@ use style::properties::longhands::{display, position};
use style::properties::style_structs;
use style::selector_impl::PseudoElement;
use style::servo::Stylist;
use style::values::AuExtensionMethods;
use style::values::LocalToCss;
use style_traits::cursor::Cursor;
use wrapper::ThreadSafeLayoutNodeHelpers;