Closed
Bug 732429
Opened 13 years ago
Closed 13 years ago
Move some code from nsSVGOuterSVGFrame::Paint to nsDisplaySVG::Paint
Categories
(Core :: SVG, defect)
Core
SVG
Tracking
()
RESOLVED
FIXED
mozilla13
People
(Reporter: jwatt, Assigned: jwatt)
References
Details
Attachments
(1 file)
(deleted),
patch
|
longsonr
:
review+
|
Details | Diff | Splinter Review |
Part of the work for bug 614732 is to make SVG use display lists for painting. To avoid having the display-lists-on vs the display-lists-off code paths duplicate code, it would be useful to move the parts that are common to both into in the current version of nsSVGOuterSVGFrame::Paint into nsDisplaySVG::Paint.
Assignee | ||
Comment 1•13 years ago
|
||
Attachment #602366 -
Flags: review?(longsonr)
Updated•13 years ago
|
Attachment #602366 -
Flags: review?(longsonr) → review+
Comment 2•13 years ago
|
||
Status: ASSIGNED → RESOLVED
Closed: 13 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla13
You need to log in
before you can comment on or make changes to this bug.
Description
•