| Index: third_party/WebKit/Source/core/css/ComputedStyleCSSValueMapping.h
|
| diff --git a/third_party/WebKit/Source/core/css/ComputedStyleCSSValueMapping.h b/third_party/WebKit/Source/core/css/ComputedStyleCSSValueMapping.h
|
| index c7b355cbd03f5e814d6eee08bc52874f612314c1..3c07e15d9ef822c4abd5689883288914cc7a66ef 100644
|
| --- a/third_party/WebKit/Source/core/css/ComputedStyleCSSValueMapping.h
|
| +++ b/third_party/WebKit/Source/core/css/ComputedStyleCSSValueMapping.h
|
| @@ -11,7 +11,6 @@
|
|
|
| namespace blink {
|
|
|
| -class CSSPrimitiveValue;
|
| class LayoutObject;
|
| class ComputedStyle;
|
| class FilterOperations;
|
| @@ -26,7 +25,7 @@ public:
|
| // FIXME: Resolve computed auto alignment in applyProperty/ComputedStyle and remove this non-const styledNode parameter.
|
| static PassRefPtrWillBeRawPtr<CSSValue> get(CSSPropertyID, const ComputedStyle&, const LayoutObject* = nullptr, Node* styledNode = nullptr, bool allowVisitedStyle = false);
|
| private:
|
| - static PassRefPtrWillBeRawPtr<CSSPrimitiveValue> currentColorOrValidColor(const ComputedStyle&, const StyleColor&);
|
| + static PassRefPtrWillBeRawPtr<CSSValue> 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&, const FilterOperations&);
|
|
|