aboutsummaryrefslogtreecommitdiffstats
path: root/components/script/dom/xrcompositionlayer.rs
diff options
context:
space:
mode:
Diffstat (limited to 'components/script/dom/xrcompositionlayer.rs')
-rw-r--r--components/script/dom/xrcompositionlayer.rs3
1 files changed, 2 insertions, 1 deletions
diff --git a/components/script/dom/xrcompositionlayer.rs b/components/script/dom/xrcompositionlayer.rs
index 5a4aa85d2fa..fbb71149716 100644
--- a/components/script/dom/xrcompositionlayer.rs
+++ b/components/script/dom/xrcompositionlayer.rs
@@ -2,9 +2,10 @@
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at https://mozilla.org/MPL/2.0/. */
-use crate::dom::xrlayer::XRLayer;
use dom_struct::dom_struct;
+use crate::dom::xrlayer::XRLayer;
+
#[dom_struct]
pub struct XRCompositionLayer {
xr_layer: XRLayer,