Closed
Bug 769242
Opened 11 years ago
Closed 11 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•11 years ago
|
||
Attachment #637497 -
Flags: review?(longsonr)
Comment 2•11 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•11 years ago
|
||
https://hg.mozilla.org/integration/mozilla-inbound/rev/d8308e2677f9
Target Milestone: --- → mozilla16
Comment 4•11 years ago
|
||
https://hg.mozilla.org/mozilla-central/rev/d8308e2677f9
Status: NEW → RESOLVED
Closed: 11 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•