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

Unified Diff: third_party/WebKit/Source/core/css/PropertyRegistry.h

Issue 2654783004: Store PropertyRegistry::Registrations on CSSInterpolationTypes for registered custom properties (Closed)
Patch Set: Rebased Created 3 years, 10 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/PropertyRegistry.h
diff --git a/third_party/WebKit/Source/core/css/PropertyRegistry.h b/third_party/WebKit/Source/core/css/PropertyRegistry.h
index 0bb3a0d4eab0e20d271139ba612dba41e8289004..78b80e2f08e5c4fc48f7ec642e4761198325861f 100644
--- a/third_party/WebKit/Source/core/css/PropertyRegistry.h
+++ b/third_party/WebKit/Source/core/css/PropertyRegistry.h
@@ -20,7 +20,7 @@ class PropertyRegistry : public GarbageCollected<PropertyRegistry> {
bool inherits,
const CSSValue* initial,
PassRefPtr<CSSVariableData> initialVariableData,
- InterpolationTypes);
+ CSSInterpolationTypes);
const PropertyRegistration* registration(const AtomicString&) const;
size_t registrationCount() const { return m_registrations.size(); }
« no previous file with comments | « third_party/WebKit/Source/core/css/PropertyRegistration.cpp ('k') | third_party/WebKit/Source/core/css/PropertyRegistry.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698