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

Unified Diff: Source/core/css/ComputedStyleCSSValueMapping.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/css/ComputedStyleCSSValueMapping.h
diff --git a/Source/core/css/ComputedStyleCSSValueMapping.h b/Source/core/css/ComputedStyleCSSValueMapping.h
index 4de732d9a42ec9ea78a753466fede58c2e35e629..c7b355cbd03f5e814d6eee08bc52874f612314c1 100644
--- a/Source/core/css/ComputedStyleCSSValueMapping.h
+++ b/Source/core/css/ComputedStyleCSSValueMapping.h
@@ -14,6 +14,7 @@ namespace blink {
class CSSPrimitiveValue;
class LayoutObject;
class ComputedStyle;
+class FilterOperations;
class ShadowData;
class ShadowList;
class StyleColor;
@@ -28,7 +29,7 @@ private:
static PassRefPtrWillBeRawPtr<CSSPrimitiveValue> currentColorOrValidColor(const ComputedStyle&, const StyleColor&);
static PassRefPtrWillBeRawPtr<CSSValue> valueForShadowData(const ShadowData&, const ComputedStyle&, bool useSpread);
static PassRefPtrWillBeRawPtr<CSSValue> valueForShadowList(const ShadowList*, const ComputedStyle&, bool useSpread);
- static PassRefPtrWillBeRawPtr<CSSValue> valueForFilter(const ComputedStyle&);
+ static PassRefPtrWillBeRawPtr<CSSValue> valueForFilter(const ComputedStyle&, const FilterOperations&);
static PassRefPtrWillBeRawPtr<CSSValue> valueForFont(const ComputedStyle&);
};

Powered by Google App Engine
This is Rietveld 408576698