blob: 21481145ddbd307deff1a00420a84e882b33fc0b [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.
[SecureContext, Exposed=Window, RuntimeEnabled=WebXRHitTest]
interface XRTransientInputHitTestSource {
[RaisesException]
void cancel();
};