blob: 5d34d80240a430dd40cd754e022e2ae3d3dfd1e7 [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 : EventTarget {
readonly attribute long width;
readonly attribute long height;
attribute EventHandler onresize;
};