| Index: trunk/public/platform/WebScreenOrientationType.h
|
| ===================================================================
|
| --- trunk/public/platform/WebScreenOrientationType.h (revision 196345)
|
| +++ trunk/public/platform/WebScreenOrientationType.h (working copy)
|
| @@ -2,4 +2,19 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| -#include "public/platform/modules/screen_orientation/WebScreenOrientationType.h"
|
| +#ifndef WebScreenOrientationType_h
|
| +#define WebScreenOrientationType_h
|
| +
|
| +namespace blink {
|
| +
|
| +enum WebScreenOrientationType {
|
| + WebScreenOrientationUndefined = 0,
|
| + WebScreenOrientationPortraitPrimary,
|
| + WebScreenOrientationPortraitSecondary,
|
| + WebScreenOrientationLandscapePrimary,
|
| + WebScreenOrientationLandscapeSecondary
|
| +};
|
| +
|
| +} // namespace blink
|
| +
|
| +#endif // WebScreenOrientationType_h
|
|
|