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

Unified Diff: third_party/WebKit/Source/core/style/StyleNonInheritedVariables.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/StyleNonInheritedVariables.h
diff --git a/third_party/WebKit/Source/core/style/StyleNonInheritedVariables.h b/third_party/WebKit/Source/core/style/StyleNonInheritedVariables.h
index c7cec75af7e5382211111e966c24b0fc19105126..ac7fa7b5291067756133696f61fff46f34dcd554 100644
--- a/third_party/WebKit/Source/core/style/StyleNonInheritedVariables.h
+++ b/third_party/WebKit/Source/core/style/StyleNonInheritedVariables.h
@@ -36,7 +36,7 @@ class StyleNonInheritedVariables {
void removeVariable(const AtomicString&);
void setRegisteredVariable(const AtomicString&, const CSSValue*);
- CSSValue* registeredVariable(const AtomicString& name) const {
+ const CSSValue* registeredVariable(const AtomicString& name) const {
return m_registeredData.get(name);
}

Powered by Google App Engine
This is Rietveld 408576698