Closed
Bug 769242
Opened 13 years ago
Closed 13 years ago
Rename nsDisplaySVG to nsDisplayOuterSVG in preparation for adding other SVG display list item types
Categories
(Core :: SVG, defect)
Core
SVG
Tracking
()
RESOLVED
FIXED
mozilla16
People
(Reporter: jwatt, Assigned: jwatt)
References
Details
Attachments
(1 file)
3.97 KB,
patch
|
dholbert
:
review+
|
Details | Diff | Splinter Review |
This patch renames nsDisplaySVG to nsDisplayOuterSVG in preparation for adding other SVG display list item types in bug 641732.
![]() |
Assignee | |
Comment 1•13 years ago
|
||
Attachment #637497 -
Flags: review?(longsonr)
Comment 2•13 years ago
|
||
Comment on attachment 637497 [details] [diff] [review]
patch
Stealing review.
>diff --git a/layout/svg/base/src/nsSVGOuterSVGFrame.cpp b/layout/svg/base/src/nsSVGOuterSVGFrame.cpp
>-class nsDisplaySVG : public nsDisplayItem {
>+class nsDisplayOuterSVG : public nsDisplayItem {
> public:
>- nsDisplaySVG(nsDisplayListBuilder* aBuilder,
>+ nsDisplayOuterSVG(nsDisplayListBuilder* aBuilder,
> nsSVGOuterSVGFrame* aFrame) :
That last line wants some indentation fixup.
Otherwise looks good -- r=me
Attachment #637497 -
Flags: review?(longsonr) → review+
![]() |
Assignee | |
Comment 3•13 years ago
|
||
Target Milestone: --- → mozilla16
Comment 4•13 years ago
|
||
Status: NEW → RESOLVED
Closed: 13 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•