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

Unified Diff: Source/core/css/resolver/StyleResolverState.h

Issue 1192983003: CSS Custom Properties (Variables) (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Missing file :( Created 5 years, 4 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: Source/core/css/resolver/StyleResolverState.h
diff --git a/Source/core/css/resolver/StyleResolverState.h b/Source/core/css/resolver/StyleResolverState.h
index e336aab06de7dd32bd2249bc2ade2702aa23a2cf..fc6dccd2253482c28f43db2937313e9fe520c5c5 100644
--- a/Source/core/css/resolver/StyleResolverState.h
+++ b/Source/core/css/resolver/StyleResolverState.h
@@ -154,6 +154,8 @@ public:
void setHasDirAutoAttribute(bool value) { m_hasDirAutoAttribute = value; }
bool hasDirAutoAttribute() const { return m_hasDirAutoAttribute; }
+ bool documentUsesCSSVariables() const;
+
private:
ElementResolveContext m_elementContext;
RawPtrWillBeMember<Document> m_document;

Powered by Google App Engine
This is Rietveld 408576698