mirror of
https://github.com/servo/servo.git
synced 2025-06-06 16:45:39 +00:00
Auto merge of #23978 - servo:jdm-patch-49, r=Manishearth
Enable webxr for the UWP port. This avoids a common papercut for the UWP port while our webxr support is still in progress. <!-- Reviewable:start --> --- This change is [<img src="https://reviewable.io/review_button.svg" height="34" align="absmiddle" alt="Reviewable"/>](https://reviewable.io/reviews/servo/servo/23978) <!-- Reviewable:end -->
This commit is contained in:
commit
9a0c02cfc1
1 changed files with 1 additions and 1 deletions
|
@ -32,7 +32,7 @@ Servo::Servo(GLsizei width, GLsizei height, ServoDelegate &aDelegate)
|
|||
: mWindowHeight(height), mWindowWidth(width), mDelegate(aDelegate) {
|
||||
|
||||
capi::CInitOptions o;
|
||||
o.args = NULL;
|
||||
o.args = "--pref dom.webxr.enabled";
|
||||
o.url = "https://servo.org";
|
||||
o.width = mWindowWidth;
|
||||
o.height = mWindowHeight;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue