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

Unified Diff: Source/core/css/CSSComputedStyleDeclaration.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/CSSComputedStyleDeclaration.cpp
diff --git a/Source/core/css/CSSComputedStyleDeclaration.cpp b/Source/core/css/CSSComputedStyleDeclaration.cpp
index 564de0b2910aeb64e2a5055d8513f9f128d21ec9..882c4b580250935dce2397f96d03caa7846d1da1 100644
--- a/Source/core/css/CSSComputedStyleDeclaration.cpp
+++ b/Source/core/css/CSSComputedStyleDeclaration.cpp
@@ -219,6 +219,7 @@ static const CSSPropertyID staticComputableProperties[] = {
CSSPropertyWebkitColumnSpan,
CSSPropertyWebkitColumnWidth,
CSSPropertyWebkitFilter,
+ CSSPropertyBackdropFilter,
CSSPropertyAlignContent,
CSSPropertyAlignItems,
CSSPropertyAlignSelf,
@@ -478,6 +479,7 @@ static bool isLayoutDependent(CSSPropertyID propertyID, const ComputedStyle* sty
case CSSPropertyMotionRotation:
case CSSPropertyWidth:
case CSSPropertyWebkitFilter:
+ case CSSPropertyBackdropFilter:
case CSSPropertyX:
case CSSPropertyY:
case CSSPropertyRx:

Powered by Google App Engine
This is Rietveld 408576698