blob: 82e171206859a0085ec52e4d6d1e1b4eb956d701 [file] [log] [blame]
// Copyright 2018 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://wicg.github.io/picture-in-picture/#interface-picture-in-picture-window
[
RuntimeEnabled=PictureInPictureAPI
]
interface PictureInPictureWindow {
readonly attribute long width;
readonly attribute long height;
// TODO(crbug.com/806249): Implement PiP window resize event.
// attribute EventHandler onresize;
};