Summary: | Allow more buffer formats in the IOSurface pool | ||||||
---|---|---|---|---|---|---|---|
Product: | WebKit | Reporter: | Simon Fraser (smfr) <simon.fraser> | ||||
Component: | New Bugs | Assignee: | Simon Fraser (smfr) <simon.fraser> | ||||
Status: | RESOLVED FIXED | ||||||
Severity: | Normal | CC: | ossy, simon.fraser, thorton, webkit-bug-importer | ||||
Priority: | P2 | Keywords: | InRadar | ||||
Version: | WebKit Nightly Build | ||||||
Hardware: | Unspecified | ||||||
OS: | Unspecified | ||||||
Attachments: |
|
Description
Simon Fraser (smfr)
2015-11-20 14:20:30 PST
Created attachment 265998 [details]
Patch
Just to document, it landed in https://trac.webkit.org/changeset/192701 (In reply to comment #3) > Just to document, it landed in https://trac.webkit.org/changeset/192701 ... and it broke the Apple Mac cmake build: In file included from /Volumes/Data/slave/elcapitan-cmake-debug/build/Source/WebKit2/UIProcess/mac/RemoteLayerTreeDrawingAreaProxy.mm:38: In file included from /Volumes/Data/slave/elcapitan-cmake-debug/build/WebKitBuild/Debug/DerivedSources/ForwardingHeaders/WebCore/IOSurfacePool.h:1: /Volumes/Data/slave/elcapitan-cmake-debug/build/Source/WebCore/platform/graphics/cg/IOSurfacePool.h:32:10: fatal error: 'IOSurface.h' file not found #include "IOSurface.h" ^ 1 error generated. and the buildfix landed in https://trac.webkit.org/changeset/192742 |