summaryrefslogtreecommitdiff
path: root/Source/WebCore/platform/PlatformScreen.h
diff options
context:
space:
mode:
Diffstat (limited to 'Source/WebCore/platform/PlatformScreen.h')
-rw-r--r--Source/WebCore/platform/PlatformScreen.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/Source/WebCore/platform/PlatformScreen.h b/Source/WebCore/platform/PlatformScreen.h
index df989a10b..1111f9d6a 100644
--- a/Source/WebCore/platform/PlatformScreen.h
+++ b/Source/WebCore/platform/PlatformScreen.h
@@ -52,8 +52,7 @@ namespace WebCore {
FloatRect screenRect(Widget*);
FloatRect screenAvailableRect(Widget*);
- // type can be "monitor" or the name of a profile such as "sRGB" or "Adobe RGB".
- void screenColorProfile(Widget*, ColorProfile&);
+ void screenColorProfile(ColorProfile&);
#if PLATFORM(MAC)
NSScreen *screenForWindow(NSWindow *);