зеркало из https://github.com/mozilla/gecko-dev.git
Bug 1366866 - Enable inset box shadows with negative offsets. r=rhunt
This commit is contained in:
Родитель
9b99490587
Коммит
5040d43ad7
|
@ -5364,18 +5364,6 @@ nsDisplayBoxShadowInner::CanCreateWebRenderCommands(nsDisplayListBuilder* aBuild
|
|||
return true;
|
||||
}
|
||||
|
||||
for (uint32_t i = shadows->Length(); i > 0; --i) {
|
||||
nsCSSShadowItem *shadowItem = shadows->ShadowAt(i - 1);
|
||||
if (!shadowItem->mInset) {
|
||||
continue;
|
||||
}
|
||||
|
||||
if (shadowItem->mXOffset <= 0 || shadowItem->mYOffset <= 0) {
|
||||
// Need to wait for WR to support clip out.
|
||||
return false;
|
||||
}
|
||||
}
|
||||
|
||||
return true;
|
||||
}
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче