Bug 110549 - Remove deep-copy of ImageBuffer in drawing tiled SVG backgrounds
Summary: Remove deep-copy of ImageBuffer in drawing tiled SVG backgrounds
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: SVG (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Philip Rogers
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-02-21 20:43 PST by Philip Rogers
Modified: 2013-02-21 22:41 PST (History)
5 users (show)

See Also:


Attachments
Remove deep copy of ImageBuffer in tiled SVG backgrounds (1.81 KB, patch)
2013-02-21 21:00 PST, Philip Rogers
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Philip Rogers 2013-02-21 20:43:32 PST
We create a deep-copy of the temporary ImageBuffer used to stamp out tiled backgrounds. What a waste!

http://trac.webkit.org/browser/trunk/Source/WebCore/svg/graphics/SVGImage.cpp?rev=143640#L161

Patch forthcoming.
Comment 1 Philip Rogers 2013-02-21 21:00:05 PST
Created attachment 189672 [details]
Remove deep copy of ImageBuffer in tiled SVG backgrounds
Comment 2 WebKit Review Bot 2013-02-21 22:41:26 PST
Comment on attachment 189672 [details]
Remove deep copy of ImageBuffer in tiled SVG backgrounds

Clearing flags on attachment: 189672

Committed r143692: <http://trac.webkit.org/changeset/143692>
Comment 3 WebKit Review Bot 2013-02-21 22:41:29 PST
All reviewed patches have been landed.  Closing bug.