Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Enable XR WPT tests #23786

Merged
merged 7 commits into from Jul 17, 2019

Unset active bool on XRFrame

  • Loading branch information
Manishearth committed Jul 17, 2019
commit 4e7a59e8727a352c6690920f3fb75909051baa52
@@ -151,7 +151,7 @@ impl XRSession {
}
}

// Step 9: XXXManishearth unset `active` bool on `frame`
frame.set_active(false);
self.session.borrow_mut().render_animation_frame();
}
}
ProTip! Use n and p to navigate between commits in a pull request.
You can’t perform that action at this time.