Closed
Bug 1479755
Opened 6 years ago
Closed 6 years ago
Fix threading assertions/safety in AndroidDynamicToolbarAnimator
Categories
(Core :: Graphics: WebRender, enhancement, P3)
Tracking
()
RESOLVED
WONTFIX
People
(Reporter: kats, Unassigned)
References
(Blocks 1 open bug)
Details
(Whiteboard: [gfx-noted])
AndroidDynamicToolbarAnimator has a bunch of stuff that runs on the "compositor" thread, and asserts as much. However, with WR, we introduced the notion of the updater and sampler threads in APZ. Now some of the AndroidDynamicToolbarAnimator functions that used to run on the compositor thread really run on the updater/sampler threads, which are different from the compositor threads. We should update the asserts accordingly and ensure there's no thread safety issues with the changes.
Updated•6 years ago
|
Priority: -- → P3
Updated•6 years ago
|
Blocks: stage-wr-next, wr-android
Reporter | ||
Comment 1•6 years ago
|
||
This will be obsoleted by bug 1498699, because we're just not going to have the dynamic toolbar and WR at the same time. At least for now.
You need to log in
before you can comment on or make changes to this bug.
Description
•