Update To 11.40.268.0
[platform/framework/web/crosswalk.git] / src / third_party / WebKit / Source / platform / PlatformScreen.h
index 451e044..431ff06 100644 (file)
 #define PlatformScreen_h
 
 #include "platform/geometry/FloatRect.h"
+#include "public/platform/WebScreenOrientationType.h"
 #include "wtf/Forward.h"
 #include "wtf/RefPtr.h"
 
-typedef WTF::Vector<char> ColorProfile;
+namespace blink {
 
-namespace WebCore {
-
-class FloatRect;
 class Widget;
 
 PLATFORM_EXPORT int screenDepth(Widget*);
@@ -43,10 +41,10 @@ PLATFORM_EXPORT bool screenIsMonochrome(Widget*);
 
 PLATFORM_EXPORT FloatRect screenRect(Widget*);
 PLATFORM_EXPORT FloatRect screenAvailableRect(Widget*);
-PLATFORM_EXPORT void screenColorProfile(ColorProfile&);
 
 PLATFORM_EXPORT uint16_t screenOrientationAngle(Widget*);
+PLATFORM_EXPORT WebScreenOrientationType screenOrientationType(Widget*);
 
-} // namespace WebCore
+} // namespace blink
 
 #endif // PlatformScreen_h