blob: 1ef1d140698cd3805e0f0fb5e7d27ed6267e1d9d [file] [log] [blame]
// 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://github.com/WICG/window-controls-overlay/blob/master/explainer.md
[
RuntimeEnabled=WebAppWindowControlsOverlay,
Exposed=Window
] interface WindowControlsOverlay {
readonly attribute boolean visible;
DOMRect getBoundingClientRect();
};