diff options
author | Manish Goregaokar <manishsmail@gmail.com> | 2019-03-26 00:08:19 -0700 |
---|---|---|
committer | Manish Goregaokar <manishsmail@gmail.com> | 2019-03-26 00:09:15 -0700 |
commit | 4f128e47e53d2cad4e299d73a647f278f035aa30 (patch) | |
tree | e1b36d4a8e487b72e9570f9bc73fc5f3c84892c4 /components/script/dom/bindings/trace.rs | |
parent | 6fda2f28a6ad9ca63da3853ed5b6164b50948bd6 (diff) | |
download | servo-4f128e47e53d2cad4e299d73a647f278f035aa30.tar.gz servo-4f128e47e53d2cad4e299d73a647f278f035aa30.zip |
Add XRRigidTransform::Inverse
Diffstat (limited to 'components/script/dom/bindings/trace.rs')
-rw-r--r-- | components/script/dom/bindings/trace.rs | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/components/script/dom/bindings/trace.rs b/components/script/dom/bindings/trace.rs index ecb24ecee2d..1cc2a9a12a5 100644 --- a/components/script/dom/bindings/trace.rs +++ b/components/script/dom/bindings/trace.rs @@ -56,7 +56,9 @@ use cssparser::RGBA; use devtools_traits::{CSSError, TimelineMarkerType, WorkerId}; use encoding_rs::{Decoder, Encoding}; use euclid::Length as EuclidLength; -use euclid::{Point2D, Rect, Rotation3D, Transform2D, Transform3D, TypedScale, TypedSize2D, Vector2D}; +use euclid::{ + Point2D, Rect, Rotation3D, Transform2D, Transform3D, TypedScale, TypedSize2D, Vector2D, +}; use html5ever::buffer_queue::BufferQueue; use html5ever::{LocalName, Namespace, Prefix, QualName}; use http::header::HeaderMap; |