Index: Source/platform/PlatformScreen.cpp |
diff --git a/Source/platform/PlatformScreen.cpp b/Source/platform/PlatformScreen.cpp |
index 9a4ff65017c434984bacfe0a96de58a62a668cc0..8bae9c60160ceb86f4a6780bbf1adf3ad10c33e8 100644 |
--- a/Source/platform/PlatformScreen.cpp |
+++ b/Source/platform/PlatformScreen.cpp |
@@ -104,11 +104,4 @@ blink::WebScreenOrientationType screenOrientationType(Widget* widget) |
return hostWindow->screenInfo().orientationType; |
} |
-void screenColorProfile(ColorProfile& toProfile) |
-{ |
- blink::WebVector<char> profile; |
- blink::Platform::current()->screenColorProfile(&profile); |
- toProfile.append(profile.data(), profile.size()); |
-} |
- |
} // namespace blink |