Index: Source/core/paint/DeprecatedPaintLayer.h |
diff --git a/Source/core/paint/DeprecatedPaintLayer.h b/Source/core/paint/DeprecatedPaintLayer.h |
index b474e989b44cd8588dedddc980139503cb99bdfe..884abdedfee6d4591e1053a8a08d7e0836bd9ccb 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(); |