| Index: Source/core/paint/BoxDecorationData.cpp
|
| diff --git a/Source/core/paint/BoxDecorationData.cpp b/Source/core/paint/BoxDecorationData.cpp
|
| index abfb4c9031520ff4ad0ed2b73bd9e17caf6b4e0a..2edd2cb85eef8125f619737864984767954d8f0b 100644
|
| --- a/Source/core/paint/BoxDecorationData.cpp
|
| +++ b/Source/core/paint/BoxDecorationData.cpp
|
| @@ -16,7 +16,7 @@ namespace blink {
|
| BoxDecorationData::BoxDecorationData(const LayoutBox& layoutBox)
|
| {
|
| backgroundColor = layoutBox.style()->visitedDependentColor(CSSPropertyBackgroundColor);
|
| - hasBackground = backgroundColor.alpha() || layoutBox.style()->hasBackgroundImage();
|
| + hasBackground = backgroundColor.alpha() || layoutBox.style()->hasBackgroundImageOrBackdropFilter();
|
| ASSERT(hasBackground == layoutBox.style()->hasBackground());
|
| hasBorderDecoration = layoutBox.style()->hasBorderDecoration();
|
| hasAppearance = layoutBox.style()->hasAppearance();
|
|
|