blob: 6ce2abdae1539d4980731880ab68607cf55353d6 [file] [log] [blame]
// Copyright 2017 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/webxr/spec/latest/#xrviewport-interface
[
SecureContext,
OriginTrialEnabled=WebXR
] interface XRViewport {
readonly attribute long x;
readonly attribute long y;
readonly attribute long width;
readonly attribute long height;
};