aboutsummaryrefslogtreecommitdiffstats
path: root/components/script/dom/xrprojectionlayer.rs
diff options
context:
space:
mode:
Diffstat (limited to 'components/script/dom/xrprojectionlayer.rs')
-rw-r--r--components/script/dom/xrprojectionlayer.rs3
1 files changed, 2 insertions, 1 deletions
diff --git a/components/script/dom/xrprojectionlayer.rs b/components/script/dom/xrprojectionlayer.rs
index f5d6f68de67..489c3a9e706 100644
--- a/components/script/dom/xrprojectionlayer.rs
+++ b/components/script/dom/xrprojectionlayer.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::xrcompositionlayer::XRCompositionLayer;
use dom_struct::dom_struct;
+use crate::dom::xrcompositionlayer::XRCompositionLayer;
+
#[dom_struct]
pub struct XRProjectionLayer {
composition_layer: XRCompositionLayer,