blob: 0155bd1d6e571f6b81e395db2735f5bb09bbb9a8 [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://github.com/dtapuska/fullscreen
enum FullscreenNavigationUI {
"auto",
"show",
"hide"
};
dictionary FullscreenOptions {
FullscreenNavigationUI navigationUI = "auto";
// https://github.com/webscreens/window-placement
[RuntimeEnabled=WindowPlacement] Screen screen;
};