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

Unified Diff: Source/core/css/resolver/StyleAdjuster.cpp

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/css/resolver/StyleAdjuster.cpp
diff --git a/Source/core/css/resolver/StyleAdjuster.cpp b/Source/core/css/resolver/StyleAdjuster.cpp
index be3d89497722be5bfc7d69786a6c39b3ebb2b8a3..eef78f0d3c245b19455348e18c660bbfd6d0b1ec 100644
--- a/Source/core/css/resolver/StyleAdjuster.cpp
+++ b/Source/core/css/resolver/StyleAdjuster.cpp
@@ -142,6 +142,7 @@ static bool hasWillChangeThatCreatesStackingContext(const ComputedStyle& style)
case CSSPropertyWebkitClipPath:
case CSSPropertyWebkitBoxReflect:
case CSSPropertyWebkitFilter:
+ case CSSPropertyBackdropFilter:
case CSSPropertyZIndex:
case CSSPropertyPosition:
return true;

Powered by Google App Engine
This is Rietveld 408576698