Closed
Bug 1296172
Opened 9 years ago
Closed 9 years ago
Make VectorImage's interaction with the surface cache cleaner
Categories
(Core :: Graphics: ImageLib, defect)
Core
Graphics: ImageLib
Tracking
()
RESOLVED
FIXED
mozilla51
Tracking | Status | |
---|---|---|
firefox51 | --- | fixed |
People
(Reporter: seth, Assigned: seth)
References
(Blocks 1 open bug)
Details
Attachments
(1 file, 1 obsolete file)
This bug is just meant to salvage the improvements made to VectorImage in bug 1289628 part 1c, since that bug was permanently backed out, but I think we still want those improvements.
Assignee | ||
Comment 1•9 years ago
|
||
Here's the patch. You already reviewed this in its previous form in bug 1289628.
This version is rebased against bug 1296147. I figured it was worth a re-review
given its new context.
Attachment #8782278 -
Flags: review?(dholbert)
Assignee | ||
Comment 2•9 years ago
|
||
Comment 3•9 years ago
|
||
Comment on attachment 8782278 [details] [diff] [review]
Make VectorImage's interaction with the surface cache cleaner.
Review of attachment 8782278 [details] [diff] [review]:
-----------------------------------------------------------------
r=me with whitespace nit fixed:
::: image/VectorImage.h
@@ +81,5 @@
> +private:
> + /// Attempt to find a cached surface matching @aParams in the SurfaceCache.
> + already_AddRefed<gfxDrawable>
> + LookupCachedSurface(const SVGDrawingParameters& aParams);
> +
Drop whitespace on blank line here.
Attachment #8782278 -
Flags: review?(dholbert) → review+
Assignee | ||
Comment 4•9 years ago
|
||
Thanks for the review! I've removed the unnecessary whitespace.
Assignee | ||
Updated•9 years ago
|
Attachment #8782278 -
Attachment is obsolete: true
Pushed by seth.bugzilla@blackhail.net:
https://hg.mozilla.org/integration/mozilla-inbound/rev/d7203b2bd9c9
Make VectorImage's interaction with the surface cache cleaner. r=dholbert
Comment 6•9 years ago
|
||
bugherder |
Status: NEW → RESOLVED
Closed: 9 years ago
status-firefox51:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla51
You need to log in
before you can comment on or make changes to this bug.
Description
•