blob: ea1b55d5d6e64e52223b9f7d9e7314b46641c491 [file] [log] [blame]
// Copyright 2014 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.
#ifndef WebScreenOrientationType_h
#define WebScreenOrientationType_h
namespace blink {
enum WebScreenOrientationType {
WebScreenOrientationUndefined = 0,
WebScreenOrientationPortraitPrimary,
WebScreenOrientationPortraitSecondary,
WebScreenOrientationLandscapePrimary,
WebScreenOrientationLandscapeSecondary
};
} // namespace blink
#endif // WebScreenOrientationType_h