Add XRHitTestSource

This commit is contained in:
Manish Goregaokar 2020-04-09 14:43:51 -07:00
parent 83f92a3181
commit 341d36a826
4 changed files with 61 additions and 1 deletions

View file

@ -553,7 +553,8 @@ unsafe_no_jsmanaged_fields!(
webxr_api::Session,
webxr_api::Frame,
webxr_api::InputSource,
webxr_api::InputId
webxr_api::InputId,
webxr_api::HitTestId
);
unsafe_no_jsmanaged_fields!(ScriptToConstellationChan);
unsafe_no_jsmanaged_fields!(InteractiveMetrics);