Index: Source/platform/PlatformScreen.h |
diff --git a/Source/platform/PlatformScreen.h b/Source/platform/PlatformScreen.h |
index 7f5a203194b7d05f5d57e229eb5964bf39277c89..ced7e199c5308335daf02326741ef71feaa757de 100644 |
--- a/Source/platform/PlatformScreen.h |
+++ b/Source/platform/PlatformScreen.h |
@@ -31,8 +31,6 @@ |
#include "wtf/Forward.h" |
#include "wtf/RefPtr.h" |
-typedef WTF::Vector<char> ColorProfile; |
- |
namespace blink { |
class FloatRect; |
@@ -44,7 +42,6 @@ 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*); |