| 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 3c07e15d9ef822c4abd5689883288914cc7a66ef..eb48356278c20f3a7e21a2302e55a8f065c75442 100644
|
| --- a/third_party/WebKit/Source/core/css/ComputedStyleCSSValueMapping.h
|
| +++ b/third_party/WebKit/Source/core/css/ComputedStyleCSSValueMapping.h
|
| @@ -24,6 +24,7 @@ class ComputedStyleCSSValueMapping {
|
| 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);
|
| + static PassRefPtrWillBeRawPtr<CSSValue> get(const AtomicString customPropertyName, const ComputedStyle&);
|
| private:
|
| static PassRefPtrWillBeRawPtr<CSSValue> currentColorOrValidColor(const ComputedStyle&, const StyleColor&);
|
| static PassRefPtrWillBeRawPtr<CSSValue> valueForShadowData(const ShadowData&, const ComputedStyle&, bool useSpread);
|
|
|