Bug 147494 - ImageBufferDataCG should not add IOSurfaces to the pool
Summary: ImageBufferDataCG should not add IOSurfaces to the pool
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Layout and Rendering (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Chris Dumez
URL:
Keywords:
Depends on:
Blocks: 142417
  Show dependency treegraph
 
Reported: 2015-07-31 11:33 PDT by Chris Dumez
Modified: 2015-07-31 14:19 PDT (History)
3 users (show)

See Also:


Attachments
Patch (2.43 KB, patch)
2015-07-31 11:35 PDT, Chris Dumez
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
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