aboutsummaryrefslogtreecommitdiffstats
path: root/components/script/dom/webidls/XRView.webidl
diff options
context:
space:
mode:
authorManish Goregaokar <manishsmail@gmail.com>2019-04-03 11:41:29 -0700
committerManish Goregaokar <manishsmail@gmail.com>2019-04-03 23:55:33 -0700
commit646647e8d9cb2f679c872495ecf0fdc820243cb1 (patch)
tree6c4244547efe19552fe420cb5fcc69d40a036ce8 /components/script/dom/webidls/XRView.webidl
parenteb837d1ed79bac1d3e0e9552b149f7f289665eb1 (diff)
downloadservo-646647e8d9cb2f679c872495ecf0fdc820243cb1.tar.gz
servo-646647e8d9cb2f679c872495ecf0fdc820243cb1.zip
Add XRView.transform
Diffstat (limited to 'components/script/dom/webidls/XRView.webidl')
-rw-r--r--components/script/dom/webidls/XRView.webidl2
1 files changed, 1 insertions, 1 deletions
diff --git a/components/script/dom/webidls/XRView.webidl b/components/script/dom/webidls/XRView.webidl
index ab81136c28d..73fcc123431 100644
--- a/components/script/dom/webidls/XRView.webidl
+++ b/components/script/dom/webidls/XRView.webidl
@@ -14,5 +14,5 @@ interface XRView {
readonly attribute XREye eye;
readonly attribute Float32Array projectionMatrix;
readonly attribute Float32Array viewMatrix;
- // readonly attribute XRRigidTransform transform;
+ readonly attribute XRRigidTransform transform;
};