git://git.webkit.org
/
WebKit-https.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Add media query support for wide gamut displays on Mac
[WebKit-https.git]
/
Source
/
WebCore
/
platform
/
win
/
PlatformScreenWin.cpp
diff --git
a/Source/WebCore/platform/win/PlatformScreenWin.cpp
b/Source/WebCore/platform/win/PlatformScreenWin.cpp
index
15dff9f
..
b77c622
100644
(file)
--- a/
Source/WebCore/platform/win/PlatformScreenWin.cpp
+++ b/
Source/WebCore/platform/win/PlatformScreenWin.cpp
@@
-101,7
+101,7
@@
FloatRect screenAvailableRect(Widget* widget)
return monitorInfo.rcWork;
}
-bool screenSupportsExtendedColor()
+bool screenSupportsExtendedColor(
Widget*
)
{
return false;
}