Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(398)

Unified Diff: third_party/WebKit/Source/core/css/resolver/CSSVariableResolver.h

Issue 2406203004: Compute registered properties after resolving high priority properties (Closed)
Patch Set: font size cycle test Created 4 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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;
StyleInheritedVariables* m_inheritedVariables;
StyleNonInheritedVariables* m_nonInheritedVariables;
Member<const PropertyRegistry> m_registry;

Powered by Google App Engine
This is Rietveld 408576698