| Index: third_party/WebKit/Source/core/style/ComputedStyle.h
|
| diff --git a/third_party/WebKit/Source/core/style/ComputedStyle.h b/third_party/WebKit/Source/core/style/ComputedStyle.h
|
| index 340e8b6f3fd66282fca8d5435e605ded708ecb46..baee2cd6a7995dd57efbbd3ae405594a777d2e13 100644
|
| --- a/third_party/WebKit/Source/core/style/ComputedStyle.h
|
| +++ b/third_party/WebKit/Source/core/style/ComputedStyle.h
|
| @@ -2404,6 +2404,8 @@ class CORE_EXPORT ComputedStyle : public ComputedStyleBase,
|
| const CSSValue* getRegisteredVariable(const AtomicString&,
|
| bool isInheritedProperty) const;
|
|
|
| + const CSSValue* getRegisteredVariable(const AtomicString&) const;
|
| +
|
| // Animations.
|
| CSSAnimationData& accessAnimations();
|
| const CSSAnimationData* animations() const {
|
|
|