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

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: one more 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 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();

Powered by Google App Engine
This is Rietveld 408576698