Chromium Code Reviews| Index: third_party/WebKit/Source/core/css/resolver/CSSVariableResolver.h |
| diff --git a/third_party/WebKit/Source/core/css/resolver/CSSVariableResolver.h b/third_party/WebKit/Source/core/css/resolver/CSSVariableResolver.h |
| index e8bfc3a622dd2ab259f12cd94560141ec07a114c..3c35e667f2ac3592a3f7ea356296f7bf2b5f8857 100644 |
| --- a/third_party/WebKit/Source/core/css/resolver/CSSVariableResolver.h |
| +++ b/third_party/WebKit/Source/core/css/resolver/CSSVariableResolver.h |
| @@ -35,6 +35,8 @@ class CSSVariableResolver { |
| const CSSValue&, |
| bool disallowAnimationTainted); |
| + static void computeRegisteredVariables(const StyleResolverState&); |
| + |
| DECLARE_TRACE(); |
| private: |
| @@ -82,7 +84,6 @@ class CSSVariableResolver { |
| PassRefPtr<CSSVariableData> resolveCustomProperty(AtomicString name, |
| const CSSVariableData&); |
| - const StyleResolverState& m_styleResolverState; |
|
alancutter (OOO until 2018)
2016/10/12 06:49:27
Yay!
|
| StyleInheritedVariables* m_inheritedVariables; |
| StyleNonInheritedVariables* m_nonInheritedVariables; |
| Member<const PropertyRegistry> m_registry; |