| Index: Source/platform/PlatformScreen.h
|
| diff --git a/Source/platform/PlatformScreen.h b/Source/platform/PlatformScreen.h
|
| index 451e04422ac9c5d449846e8679728197f240bfc3..5408e4b2144ea369013861dbc37fa0af6aafb81b 100644
|
| --- a/Source/platform/PlatformScreen.h
|
| +++ b/Source/platform/PlatformScreen.h
|
| @@ -27,6 +27,7 @@
|
| #define PlatformScreen_h
|
|
|
| #include "platform/geometry/FloatRect.h"
|
| +#include "public/platform/WebScreenOrientationType.h"
|
| #include "wtf/Forward.h"
|
| #include "wtf/RefPtr.h"
|
|
|
| @@ -46,6 +47,7 @@ PLATFORM_EXPORT FloatRect screenAvailableRect(Widget*);
|
| PLATFORM_EXPORT void screenColorProfile(ColorProfile&);
|
|
|
| PLATFORM_EXPORT uint16_t screenOrientationAngle(Widget*);
|
| +PLATFORM_EXPORT blink::WebScreenOrientationType screenOrientationType(Widget*);
|
|
|
| } // namespace WebCore
|
|
|
|
|