Add Display P3 ColorSpace
<rdar://problem/28598564>
Created attachment 290528 [details] Patch
Comment on attachment 290528 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=290528&action=review > Source/WebCore/platform/graphics/cg/GraphicsContextCG.cpp:100 > + static CGColorSpaceRef displayP3Space = deviceRGBColorSpaceRef(); Do we really want to use device here, or fall back to sRGB?
Created attachment 290529 [details] Patch
Committed r206845: <http://trac.webkit.org/changeset/206845>
(In reply to comment #5) > Committed r206845: <http://trac.webkit.org/changeset/206845> It broke the El Capitan build,see build.webkit.org for details.
Re-opened since this is blocked by bug 162998