Bug 147494

Summary: ImageBufferDataCG should not add IOSurfaces to the pool
Product: WebKit Reporter: Chris Dumez <cdumez>
Component: Layout and RenderingAssignee: Chris Dumez <cdumez>
Status: RESOLVED FIXED    
Severity: Normal CC: commit-queue, thorton, webkit-bug-importer
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
Bug Depends on:    
Bug Blocks: 142417    
Attachments:
Description Flags
Patch none

Description Chris Dumez 2015-07-31 11:33:28 PDT
ImageBufferDataCG should not add IOSurfaces to the pool as it is not safe. IOSurfaceIsInUse() does not return accurate result for those surfaces.
This is a partial revert of <http://trac.webkit.org/changeset/181301>.
Comment 1 Chris Dumez 2015-07-31 11:35:22 PDT
Created attachment 257936 [details]
Patch
Comment 2 Chris Dumez 2015-07-31 14:16:47 PDT
Comment on attachment 257936 [details]
Patch

Clearing flags on attachment: 257936

Committed r187681: <http://trac.webkit.org/changeset/187681>
Comment 3 Chris Dumez 2015-07-31 14:16:52 PDT
All reviewed patches have been landed.  Closing bug.
Comment 4 Chris Dumez 2015-07-31 14:19:19 PDT
rdar://problem/22097015