Closed
Bug 1575838
Opened 5 years ago
Closed 5 years ago
Check that we can create a similar DrawTarget first in canvas Adjusted targets.
Categories
(Core :: Graphics, defect, P1)
Core
Graphics
Tracking
()
RESOLVED
FIXED
mozilla70
Tracking | Status | |
---|---|---|
firefox70 | --- | fixed |
People
(Reporter: bobowen, Assigned: bobowen)
References
Details
Attachments
(1 file)
This is to catch failure early instead of it failing during playback of recorded events in the GPU process.
This also fixes DrawTargetSkia::CanCreateSimilarDrawTarget because currently if only one of the height or width is negative then it doesn't get caught.
Assignee | ||
Comment 1•5 years ago
|
||
This also fixes DrawTargetSkia::CanCreateSimilarDrawTarget because currently
if only one of the height or width is negative then it doesn't get caught.
Depends on D43074
Pushed by bobowencode@gmail.com:
https://hg.mozilla.org/integration/autoland/rev/f0e1e0d729d2
Check that we can create a similar DrawTarget first in canvas Adjusted targets. r=mattwoodrow
Comment 3•5 years ago
|
||
bugherder |
Status: ASSIGNED → RESOLVED
Closed: 5 years ago
status-firefox70:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla70
Comment 4•5 years ago
|
||
bugherder uplift |
You need to log in
before you can comment on or make changes to this bug.
Description
•