| Index: Source/core/paint/DeprecatedPaintLayer.h
|
| diff --git a/Source/core/paint/DeprecatedPaintLayer.h b/Source/core/paint/DeprecatedPaintLayer.h
|
| index a82ca8e54b1c2b9a1d2b03b8c2d918b890d01b34..2788db5a2469ef159279eb7f617132a106b83f63 100644
|
| --- a/Source/core/paint/DeprecatedPaintLayer.h
|
| +++ b/Source/core/paint/DeprecatedPaintLayer.h
|
| @@ -353,7 +353,9 @@ public:
|
| void setContainsDirtyOverlayScrollbars(bool dirtyScrollbars) { m_containsDirtyOverlayScrollbars = dirtyScrollbars; }
|
|
|
| FilterOperations computeFilterOperations(const ComputedStyle&);
|
| + FilterOperations computeBackdropFilterOperations(const ComputedStyle&);
|
| bool paintsWithFilters() const;
|
| + bool paintsWithBackdropFilters() const;
|
| FilterEffectBuilder* filterEffectBuilder() const
|
| {
|
| DeprecatedPaintLayerFilterInfo* filterInfo = this->filterInfo();
|
|
|