Closed
Bug 1274589
Opened 9 years ago
Closed 9 years ago
Rename RegionBuilder::Or to RegionBuilder::OrWith
Categories
(Core :: Graphics, defect)
Core
Graphics
Tracking
()
RESOLVED
FIXED
mozilla49
| Tracking | Status | |
|---|---|---|
| firefox49 | --- | fixed |
People
(Reporter: kats, Assigned: kats)
Details
Attachments
(1 file)
|
2.91 KB,
patch
|
jrmuizel
:
review+
|
Details | Diff | Splinter Review |
For consistency with nsRegion/nsIntRegion, the RegionBuilder::Or function should be renamed, as tnikkel pointed out at https://bugzilla.mozilla.org/show_bug.cgi?id=1274397#c1. On the region classes, the Or function takes two arguments and ors them together, replacing the currently-stored region. The OrWith function ors the given argument into the current-stored region.
Attachment #8754848 -
Flags: review?(bgirard)
Updated•9 years ago
|
Attachment #8754848 -
Flags: review?(bgirard) → review+
Comment 1•9 years ago
|
||
Late r+
Comment 3•9 years ago
|
||
| bugherder | ||
Status: NEW → RESOLVED
Closed: 9 years ago
status-firefox49:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla49
You need to log in
before you can comment on or make changes to this bug.
Description
•