Index: Source/core/layout/LayoutObject.h |
diff --git a/Source/core/layout/LayoutObject.h b/Source/core/layout/LayoutObject.h |
index 24c709dc7fa5c6ca2e90d315cc80a3032e243e16..a894d6bbc7a3217f408878cd07d9df674a76683c 100644 |
--- a/Source/core/layout/LayoutObject.h |
+++ b/Source/core/layout/LayoutObject.h |
@@ -568,6 +568,7 @@ public: |
bool hasHiddenBackface() const { return style() && style()->backfaceVisibility() == BackfaceVisibilityHidden; } |
bool hasFilter() const { return style() && style()->hasFilter(); } |
+ bool hasBackdropFilter() const { return style() && style()->hasBackdropFilter(); } |
bool hasShapeOutside() const { return style() && style()->shapeOutside(); } |