Closed
Bug 1721268
Opened 3 years ago
Closed 3 years ago
BasicLayerManager is used for small popup on Windows and Mac
Categories
(Core :: Graphics: WebRender, task)
Core
Graphics: WebRender
Tracking
()
RESOLVED
DUPLICATE
of bug 1722258
People
(Reporter: sotaro, Unassigned)
Details
Small popup on Windows and Mac still uses BasicLayerManager. BasicLayerManager is going to be removed on 93.
When ShouldUseOffMainThreadCompositing() returns false, BasicLayerManager is created for rendering.
https://searchfox.org/mozilla-central/rev/a14ecd829fdb1e9780b7c100016c6a3d951cf7da/widget/cocoa/nsChildView.mm#1221
https://searchfox.org/mozilla-central/rev/a14ecd829fdb1e9780b7c100016c6a3d951cf7da/widget/windows/nsWindow.cpp#7543
Comment 1•3 years ago
|
||
Good to know! There were issues related to popups, which could be related.
Severity: -- → S3
Updated•3 years ago
|
Status: NEW → RESOLVED
Closed: 3 years ago
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•