Closed
Bug 885016
Opened 9 years ago
Closed 9 years ago
Avoid using uninitiated extend in gfxPattern
Categories
(Core :: Graphics, defect)
Tracking
()
RESOLVED
FIXED
mozilla24
People
(Reporter: jrmuizel, Assigned: jrmuizel)
References
Details
Attachments
(1 file)
1.96 KB,
patch
|
bas.schouten
:
review+
|
Details | Diff | Splinter Review |
This changes gfxPattern to use GraphicsExtend. All of the inputs and outputs are GraphicsExtend so there's no point storing it in a type of ExtendMode. We also intialize gfxPattern to EXTEND_NONE when constructing it for Azure.
Attachment #764981 -
Flags: review?(bas)
Updated•9 years ago
|
Attachment #764981 -
Flags: review?(bas) → review+
Assignee | ||
Comment 1•9 years ago
|
||
https://hg.mozilla.org/integration/mozilla-inbound/rev/f85cd92c1906
Comment 2•9 years ago
|
||
https://hg.mozilla.org/mozilla-central/rev/f85cd92c1906
Assignee: nobody → jmuizelaar
Status: NEW → RESOLVED
Closed: 9 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla24
You need to log in
before you can comment on or make changes to this bug.
Description
•