| Index: trunk/public/platform/modules/screen_orientation/WebScreenOrientationType.h
|
| ===================================================================
|
| --- trunk/public/platform/modules/screen_orientation/WebScreenOrientationType.h (revision 196345)
|
| +++ trunk/public/platform/modules/screen_orientation/WebScreenOrientationType.h (working copy)
|
| @@ -1,20 +0,0 @@
|
| -// Copyright 2015 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
|
|
|