Closed
Bug 1440559
Opened 7 years ago
Closed 7 years ago
DataSourceSurfaceRecording allocates more data than necessary
Categories
(Core :: Graphics, defect)
Tracking
()
RESOLVED
FIXED
mozilla60
| Tracking | Status | |
|---|---|---|
| firefox60 | --- | fixed |
People
(Reporter: lsalzman, Assigned: lsalzman)
References
Details
(Whiteboard: [gfx-noted])
Attachments
(1 file)
|
1.33 KB,
patch
|
jrmuizel
:
review+
|
Details | Diff | Splinter Review |
It allocates data using stride * height * bpp. It should just be stride * height.
Attachment #8953346 -
Flags: review?(jmuizelaar)
Updated•7 years ago
|
Attachment #8953346 -
Flags: review?(jmuizelaar) → review+
Comment 1•7 years ago
|
||
How'd you find this?
| Assignee | ||
Comment 2•7 years ago
|
||
(In reply to Jeff Muizelaar [:jrmuizel] from comment #1)
> How'd you find this?
Was poking around the code and merely noticed it.
Pushed by lsalzman@mozilla.com:
https://hg.mozilla.org/integration/mozilla-inbound/rev/9140f4e82b3b
don't multiply DataSourceSurfaceRecording stride by bpp. r=jrmuizel
Comment 4•7 years ago
|
||
| bugherder | ||
Status: ASSIGNED → RESOLVED
Closed: 7 years ago
status-firefox60:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla60
You need to log in
before you can comment on or make changes to this bug.
Description
•