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
/
efl
/
PlatformScreenEfl.cpp
diff --git
a/Source/WebCore/platform/efl/PlatformScreenEfl.cpp
b/Source/WebCore/platform/efl/PlatformScreenEfl.cpp
index
a43d82c
..
213712d
100644
(file)
--- a/
Source/WebCore/platform/efl/PlatformScreenEfl.cpp
+++ b/
Source/WebCore/platform/efl/PlatformScreenEfl.cpp
@@
-118,7
+118,7
@@
FloatRect screenAvailableRect(Widget* widget)
return screenRect(widget);
}
-bool screenSupportsExtendedColor()
+bool screenSupportsExtendedColor(
Widget*
)
{
return false;
}