Closed
Bug 1423567
Opened 7 years ago
Closed 7 years ago
Use BaseRect methods instead of directly member variables in image/
Categories
(Core :: Graphics, enhancement, P3)
Core
Graphics
Tracking
()
RESOLVED
FIXED
mozilla59
Tracking | Status | |
---|---|---|
firefox59 | --- | fixed |
People
(Reporter: milan, Assigned: milan)
References
(Blocks 1 open bug)
Details
(Whiteboard: [gfx-noted])
Attachments
(1 file)
No description provided.
Assignee | ||
Updated•7 years ago
|
Comment hidden (mozreview-request) |
Comment 2•7 years ago
|
||
mozreview-review |
Comment on attachment 8934963 [details]
Bug 1423567: Use BaseRect access methods instead of member variables in image/
https://reviewboard.mozilla.org/r/205910/#review211444
::: image/FrameAnimator.cpp:995
(Diff revision 1)
> if (!src) {
> return NS_ERROR_OUT_OF_MEMORY;
> }
> pixman_image_t* dst =
> pixman_image_create_bits(PIXMAN_a8r8g8b8,
> - aDstRect.Width(),
> + aSstRect.Width(),
nit: typo (aSstRect)
Attachment #8934963 -
Flags: review?(aosmond) → review+
Assignee | ||
Updated•7 years ago
|
Comment hidden (mozreview-request) |
Pushed by msreckovic@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/570db0492055
Use BaseRect access methods instead of member variables in image/ r=aosmond
Comment 5•7 years ago
|
||
bugherder |
Status: NEW → RESOLVED
Closed: 7 years ago
status-firefox59:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla59
You need to log in
before you can comment on or make changes to this bug.
Description
•