From 189d4fd8fad9e3c776873be51938cd31a42b6177 Mon Sep 17 00:00:00 2001 From: Allan Sandfeld Jensen Date: Thu, 20 May 2021 09:47:09 +0200 Subject: BASELINE: Update Chromium to 90.0.4430.221 Change-Id: Iff4d9d18d2fcf1a576f3b1f453010f744a232920 Reviewed-by: Allan Sandfeld Jensen --- chromium/third_party/blink/renderer/modules/xr/window_xr.idl | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 chromium/third_party/blink/renderer/modules/xr/window_xr.idl (limited to 'chromium/third_party/blink/renderer/modules/xr/window_xr.idl') diff --git a/chromium/third_party/blink/renderer/modules/xr/window_xr.idl b/chromium/third_party/blink/renderer/modules/xr/window_xr.idl new file mode 100644 index 00000000000..a0f2986cf97 --- /dev/null +++ b/chromium/third_party/blink/renderer/modules/xr/window_xr.idl @@ -0,0 +1,12 @@ +// Copyright 2020 The Chromium Authors. All rights reserved. +// Use of this source code is governed by a BSD-style license that can be +// found in the LICENSE file. + +// https://immersive-web.github.io/dom-overlays/#onbeforexrselect + +[ + ImplementedAs=GlobalEventHandlersXR +] +partial interface Window { + attribute EventHandler onbeforexrselect; +}; -- cgit v1.2.1