| Index: third_party/WebKit/Source/core/css/CSSComputedStyleDeclaration.h
|
| diff --git a/third_party/WebKit/Source/core/css/CSSComputedStyleDeclaration.h b/third_party/WebKit/Source/core/css/CSSComputedStyleDeclaration.h
|
| index d237fe3ac25f9fdc38687355d33a889e5e0a2c74..ca1190095c8f5defd7e2400407ad474d3b9a4c50 100644
|
| --- a/third_party/WebKit/Source/core/css/CSSComputedStyleDeclaration.h
|
| +++ b/third_party/WebKit/Source/core/css/CSSComputedStyleDeclaration.h
|
| @@ -48,6 +48,8 @@ class CORE_EXPORT CSSComputedStyleDeclaration final
|
| return new CSSComputedStyleDeclaration(node, allowVisitedStyle,
|
| pseudoElementName);
|
| }
|
| +
|
| + static const Vector<CSSPropertyID>& computableProperties();
|
| ~CSSComputedStyleDeclaration() override;
|
|
|
| String getPropertyValue(CSSPropertyID) const;
|
|
|