Closed
Bug 1125457
Opened 10 years ago
Closed 10 years ago
Fix a couple of minor issues in Downscaler.h to fix build with --disable-skia
Categories
(Core :: Graphics: ImageLib, defect)
Core
Graphics: ImageLib
Tracking
()
RESOLVED
FIXED
mozilla38
People
(Reporter: seth, Assigned: seth)
References
Details
Attachments
(1 file)
Summary says it all.
Assignee | ||
Comment 1•10 years ago
|
||
Actually, I noticed there's a second issue. We need to:
- Use correct MOZ_RELEASE_ASSERT syntax.
- Rename Downscale::Buffer() to Downscaler::RowBuffer() to match the non-disable-skia case.
Summary: Use correct MOZ_RELEASE_ASSERT syntax in Downscaler.h to fix build with --disable-skia → Fix a couple of minor issues in Downscaler.h to fix build with --disable-skia
Assignee | ||
Comment 2•10 years ago
|
||
Here's the patch. This is so trivial that I don't think it requires review.
Assignee | ||
Comment 3•10 years ago
|
||
Comment 4•10 years ago
|
||
Status: NEW → RESOLVED
Closed: 10 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla38
You need to log in
before you can comment on or make changes to this bug.
Description
•