Skip to content
This repository has been archived by the owner on Jul 22, 2024. It is now read-only.

Commit

Permalink
Enable WebXR
Browse files Browse the repository at this point in the history
  • Loading branch information
daoshengmu committed Apr 17, 2020
1 parent b40735d commit 8b40458
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ public static void vrPrefsWorkAround(Context aContext, Bundle aExtras) {
out.write("pref(\"dom.vr.enabled\", true);\n".getBytes());
out.write("pref(\"dom.vr.external.enabled\", true);\n".getBytes());
// TODO: Unmark `dom.vr.webxr.enabled` when Bug 1614496 is landed.
//out.write("pref(\"dom.vr.webxr.enabled\", true);\n".getBytes());
out.write("pref(\"dom.vr.webxr.enabled\", true);\n".getBytes());
out.write("pref(\"webgl.enable-surface-texture\", true);\n".getBytes());
// Enable MultiView draft extension
out.write("pref(\"webgl.enable-draft-extensions\", true);\n".getBytes());
Expand Down

0 comments on commit 8b40458

Please sign in to comment.