blob: afdb94e13b7b5cdc750321b6d64fa390bcab1a8c [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.
module blink.mojom;
// The screen orientation. This is slightly different than the
// device.mojom.ScreenOrientationLockType which is a request to lock to
// a specific screen orientation.
enum ScreenOrientation {
kUndefined,
kPortraitPrimary,
kPortraitSecondary,
kLandscapePrimary,
kLandscapeSecondary,
};