Closed
Bug 1370308
Opened 8 years ago
Closed 7 years ago
SkiaGL canvas crashes with SharedSurface_SurfaceTexture
Categories
(Core :: Graphics, enhancement)
Core
Graphics
Tracking
()
RESOLVED
FIXED
mozilla56
Tracking | Status | |
---|---|---|
firefox56 | --- | fixed |
People
(Reporter: snorp, Assigned: snorp)
Details
Attachments
(1 file)
We crash when copying from the texture to the SharedSurface because this path relies on GLContext::Screen() existing, but it does not.
Comment hidden (mozreview-request) |
Assignee | ||
Updated•8 years ago
|
Assignee: nobody → snorp
Comment 2•8 years ago
|
||
mozreview-review |
Comment on attachment 8874514 [details]
Bug 1370308 - Don't crash when using SkiaGL with SurfaceTexture on Android
https://reviewboard.mozilla.org/r/145882/#review151046
Attachment #8874514 -
Flags: review?(jgilbert) → review+
Pushed by jwillcox@mozilla.com:
https://hg.mozilla.org/integration/mozilla-inbound/rev/069703dbf83d
Don't crash when using SkiaGL with SurfaceTexture on Android r=jgilbert
Comment 4•7 years ago
|
||
bugherder |
Status: NEW → RESOLVED
Closed: 7 years ago
status-firefox56:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla56
You need to log in
before you can comment on or make changes to this bug.
Description
•