aboutsummaryrefslogtreecommitdiffstats
path: root/components/webxr/openxr/graphics.rs
diff options
context:
space:
mode:
Diffstat (limited to 'components/webxr/openxr/graphics.rs')
-rw-r--r--components/webxr/openxr/graphics.rs11
1 files changed, 7 insertions, 4 deletions
diff --git a/components/webxr/openxr/graphics.rs b/components/webxr/openxr/graphics.rs
index 442c3ae952c..8bc8123ad3b 100644
--- a/components/webxr/openxr/graphics.rs
+++ b/components/webxr/openxr/graphics.rs
@@ -1,9 +1,12 @@
+/* This Source Code Form is subject to the terms of the Mozilla Public
+ * 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 euclid::{Size2D, UnknownUnit};
use openxr::{ExtensionSet, FrameStream, FrameWaiter, Graphics, Instance, Session, SystemId};
-use surfman::Context as SurfmanContext;
-use surfman::Device as SurfmanDevice;
-use surfman::Error as SurfmanError;
-use surfman::SurfaceTexture;
+use surfman::{
+ Context as SurfmanContext, Device as SurfmanDevice, Error as SurfmanError, SurfaceTexture,
+};
use webxr_api::Error;
pub enum GraphicsProvider {}