Add dom.webxr.enabled pref

This commit is contained in:
Manish Goregaokar 2018-12-22 22:15:41 -08:00
parent 4b2fa5ef08
commit 241d93340b
14 changed files with 32 additions and 24 deletions

View file

@ -633,7 +633,6 @@ impl VRDisplay {
fn handle_raf(&self, end_sender: &Sender<Result<(f64, f64), ()>>) {
self.frame_data_status.set(VRFrameDataStatus::Waiting);
let now = self.global().as_window().Performance().Now();