Index: third_party/WebKit/Source/core/paint/BoxDecorationData.cpp |
diff --git a/third_party/WebKit/Source/core/paint/BoxDecorationData.cpp b/third_party/WebKit/Source/core/paint/BoxDecorationData.cpp |
index ef35fb1fffab783a39ddaa21d7c09b690541270b..364531964915a90b581d9441ea04268101f2374d 100644 |
--- a/third_party/WebKit/Source/core/paint/BoxDecorationData.cpp |
+++ b/third_party/WebKit/Source/core/paint/BoxDecorationData.cpp |
@@ -15,7 +15,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(); |