| 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&);
|
| };
|
|
|
|
|