Closed
Bug 786736
Opened 13 years ago
Closed 13 years ago
Initialize nsSVGOuterSVGFrame::mFullZoom to the actual value in its ctor
Categories
(Core :: SVG, defect)
Core
SVG
Tracking
()
RESOLVED
FIXED
mozilla18
People
(Reporter: jwatt, Assigned: jwatt)
Details
(Keywords: perf)
Attachments
(1 file)
949 bytes,
patch
|
roc
:
review+
|
Details | Diff | Splinter Review |
I noticed while debugging a different bug that in nsSVGOuterSVGFrame::Reflow we end up passing FULL_ZOOM_CHANGED to NotifyViewportOrTransformChanged on first reflow because the initial value of mFullZoom doesn't match PresContext()->GetFullZoom(). That results in us wastefully calling NotifySVGChanged() and recursing over the frame tree.
![]() |
Assignee | |
Comment 1•13 years ago
|
||
Attachment #656506 -
Flags: review?(roc)
Attachment #656506 -
Flags: review?(roc) → review+
![]() |
Assignee | |
Comment 2•13 years ago
|
||
Flags: in-testsuite-
Target Milestone: --- → mozilla18
Comment 3•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
•