mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
merge b2g-inbound to mozilla-central
This commit is contained in:
commit
a94394cc16
@ -1,4 +1,4 @@
|
||||
{
|
||||
"revision": "74ed51578aa6d69a994d88be8d97f3b136288cd7",
|
||||
"revision": "3fe38577e17209728a54b14624143dbf99ade2df",
|
||||
"repo_path": "/integration/gaia-central"
|
||||
}
|
||||
|
@ -2872,6 +2872,9 @@ RequiredLayerStateForChildrenInternal(nsDisplayListBuilder* aBuilder,
|
||||
state > result) {
|
||||
result = state;
|
||||
}
|
||||
if (state == LAYER_ACTIVE_EMPTY && state > result) {
|
||||
result = LAYER_ACTIVE_FORCE;
|
||||
}
|
||||
if (state == LAYER_NONE) {
|
||||
nsDisplayList* list = i->GetSameCoordinateSystemChildren();
|
||||
if (list) {
|
||||
|
Loading…
Reference in New Issue
Block a user