mirror of
https://github.com/servo/servo.git
synced 2025-08-03 12:40:06 +01:00
Normalize rotations
This commit is contained in:
parent
366aa78e55
commit
d044a792f1
2 changed files with 4 additions and 2 deletions
|
@ -56,7 +56,8 @@ impl XRTestMethods for XRTest {
|
|||
.as_window()
|
||||
.webvr_thread()
|
||||
.unwrap()
|
||||
.send(WebVRMsg::CreateMockDisplay);
|
||||
.send(WebVRMsg::CreateMockDisplay)
|
||||
.unwrap();
|
||||
p.resolve_native(&FakeXRDeviceController::new(&self.global()));
|
||||
|
||||
p
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue