mirror of
https://github.com/servo/servo.git
synced 2025-08-09 23:45:35 +01:00
Add dom.webxr.enabled pref
This commit is contained in:
parent
4b2fa5ef08
commit
241d93340b
14 changed files with 32 additions and 24 deletions
|
@ -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();
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue