Bug 77689

Summary: [Qt] Implement ImageBuffer::copyImage(ImageBuffer::DontCopyBackingStore)
Product: WebKit Reporter: Noam Rosenthal <noam>
Component: Layout and RenderingAssignee: Nobody <webkit-unassigned>
Status: RESOLVED FIXED    
Severity: Normal CC: hausmann, kenneth, webkit.review.bot
Priority: P2 Keywords: Qt
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
Patch
none
Patch none

Description Noam Rosenthal 2012-02-02 15:44:36 PST
Right now Qt asserts when tring to do a shallow copy of ImageBuffer. We want to use that feature for TextureMapper (see https://bugs.webkit.org/show_bug.cgi?id=77148).
Comment 1 Noam Rosenthal 2012-02-02 16:25:36 PST
Created attachment 125207 [details]
Patch
Comment 2 Noam Rosenthal 2012-02-03 09:07:11 PST
Created attachment 125347 [details]
Patch
Comment 3 WebKit Review Bot 2012-02-06 06:18:30 PST
Comment on attachment 125347 [details]
Patch

Clearing flags on attachment: 125347

Committed r106804: <http://trac.webkit.org/changeset/106804>
Comment 4 WebKit Review Bot 2012-02-06 06:18:34 PST
All reviewed patches have been landed.  Closing bug.