Closed
Bug 1611523
Opened 5 years ago
Closed 5 years ago
Track the LayersId during the layer tree traversal in AsyncCompositionManager
Categories
(Core :: Panning and Zooming, task, P3)
Core
Panning and Zooming
Tracking
()
RESOLVED
FIXED
mozilla74
Tracking | Status | |
---|---|---|
firefox74 | --- | fixed |
People
(Reporter: botond, Assigned: botond)
Details
Attachments
(2 files)
Several operations want to know the LayersId
of the current layer, but the Layer
itself doesn't know it. We currently work around the need for it with additional traversals, but it would be easier to just track it during the main traversal.
Assignee | ||
Comment 1•5 years ago
|
||
Assignee | ||
Comment 2•5 years ago
|
||
Depends on D61015
Pushed by bballo@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/7f0dbcdf88da
Track the current layers id during the layer tree traversal in AsyncCompositionManager::ApplyAsyncContentTransformToTree(). r=hiro
https://hg.mozilla.org/integration/autoland/rev/b92980425b1a
Use the current layers id to simplify IsFixedToRootContent(). r=hiro
Comment 4•5 years ago
|
||
bugherder |
https://hg.mozilla.org/mozilla-central/rev/7f0dbcdf88da
https://hg.mozilla.org/mozilla-central/rev/b92980425b1a
Status: NEW → RESOLVED
Closed: 5 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla74
You need to log in
before you can comment on or make changes to this bug.
Description
•