blob: 7a7d2791d0e602e67c6540d12342fbb1146cf62f [file] [log] [blame]
// Copyright 2019 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/#dictdef-xrdomoverlayinit
dictionary XRDOMOverlayInit {
required Element root;
};