summaryrefslogtreecommitdiff
path: root/chromium/third_party/blink/renderer/modules/xr/xr_coordinate_system.idl
diff options
context:
space:
mode:
Diffstat (limited to 'chromium/third_party/blink/renderer/modules/xr/xr_coordinate_system.idl')
-rw-r--r--chromium/third_party/blink/renderer/modules/xr/xr_coordinate_system.idl2
1 files changed, 1 insertions, 1 deletions
diff --git a/chromium/third_party/blink/renderer/modules/xr/xr_coordinate_system.idl b/chromium/third_party/blink/renderer/modules/xr/xr_coordinate_system.idl
index 42e5a9b1029..668360f27a0 100644
--- a/chromium/third_party/blink/renderer/modules/xr/xr_coordinate_system.idl
+++ b/chromium/third_party/blink/renderer/modules/xr/xr_coordinate_system.idl
@@ -7,6 +7,6 @@
SecureContext,
Exposed=Window,
OriginTrialEnabled=WebXR
-] interface XRCoordinateSystem {
+] interface XRCoordinateSystem : EventTarget {
Float32Array? getTransformTo(XRCoordinateSystem other);
};