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

Unified Diff: third_party/WebKit/Source/core/style/StyleInheritedVariables.h

Issue 2630683002: Move custom property isInheritedProperty storage logic into ComputedStyle (Closed)
Patch Set: Undo cscssvm change Created 3 years, 11 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/style/StyleInheritedVariables.h
diff --git a/third_party/WebKit/Source/core/style/StyleInheritedVariables.h b/third_party/WebKit/Source/core/style/StyleInheritedVariables.h
index 1668f3211d2e77e192518bc97290ecf3fb0c3517..bdd8c7274e2fbe772f997e285d68c6974d4b70fb 100644
--- a/third_party/WebKit/Source/core/style/StyleInheritedVariables.h
+++ b/third_party/WebKit/Source/core/style/StyleInheritedVariables.h
@@ -37,7 +37,7 @@ class StyleInheritedVariables : public RefCounted<StyleInheritedVariables> {
void removeVariable(const AtomicString&);
void setRegisteredVariable(const AtomicString&, const CSSValue*);
- CSSValue* registeredVariable(const AtomicString&) const;
+ const CSSValue* registeredVariable(const AtomicString&) const;
// This map will contain null pointers if variables are invalid due to
// cycles or referencing invalid variables without using a fallback.

Powered by Google App Engine
This is Rietveld 408576698