Closed
Bug 594553
Opened 15 years ago
Closed 15 years ago
correctly create GL layer manager on Android
Categories
(Core :: Graphics, defect)
Tracking
()
RESOLVED
FIXED
People
(Reporter: vlad, Assigned: vlad)
References
Details
Attachments
(1 file)
|
7.70 KB,
patch
|
jrmuizel
:
review+
|
Details | Diff | Splinter Review |
We only have one global context on android, and if we try to create a second one for the same window (our only window), we hang. That's no good.
This also refactors GetLayerManager a bit so that we can reuse the pref checking code elsewhere.
Attachment #473226 -
Flags: review?(jmuizelaar)
Updated•15 years ago
|
Attachment #473226 -
Flags: review?(jmuizelaar) → review+
| Assignee | ||
Comment 1•15 years ago
|
||
Status: NEW → RESOLVED
Closed: 15 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•