Closed
Bug 1278424
Opened 10 years ago
Closed 10 years ago
Remove some code from gfxQuartzSurface
Categories
(Core :: Graphics, defect)
Core
Graphics
Tracking
()
RESOLVED
FIXED
mozilla50
| Tracking | Status | |
|---|---|---|
| firefox50 | --- | fixed |
People
(Reporter: jwatt, Assigned: jwatt)
Details
Attachments
(1 file)
|
9.93 KB,
patch
|
eflores
:
review+
|
Details | Diff | Splinter Review |
We can get rid of some of the gfxQuartzSurface code.
* The ctors that take a gfxSize floor the value. We can
make the callers do that and remove that ctor variant.
* One of the unsigned char *data taking ctors is not used
any more.
| Assignee | ||
Comment 1•10 years ago
|
||
Attachment #8760517 -
Flags: review?(edwin)
Comment on attachment 8760517 [details] [diff] [review]
patch
r+ assuming it's green
Attachment #8760517 -
Flags: review?(edwin) → review+
Pushed by jwatt@jwatt.org:
https://hg.mozilla.org/integration/mozilla-inbound/rev/07270f1261e1
Remove some code from gfxQuartzSurface. r=eflores
Comment 4•10 years ago
|
||
| bugherder | ||
Status: NEW → RESOLVED
Closed: 10 years ago
status-firefox50:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla50
You need to log in
before you can comment on or make changes to this bug.
Description
•