Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1252)

Unified Diff: Source/core/paint/DeprecatedPaintLayer.h

Issue 1299323005: blink: Add backdrop-filter support (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: removed some todos Created 5 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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();

Powered by Google App Engine
This is Rietveld 408576698