| Index: Source/core/layout/LayoutObject.h
|
| diff --git a/Source/core/layout/LayoutObject.h b/Source/core/layout/LayoutObject.h
|
| index 06e8d0270fba1af8f836169364b4e2f30ebf0d3b..3b72b9f8bac6cd5edbd435af486cd56084d8c53e 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(); }
|
|
|
|
|