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

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

Issue 2567453002: Revert of Make InvalidatableInterpolation's InterpolationTypes decided at effect application time (Closed)
Patch Set: Created 4 years 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 0c331229bcb34bd7dba0be9e038f23fa04ffb289..b9212cbc9bb72427df1158d26b15ddae46fc1912 100644
--- a/third_party/WebKit/Source/core/css/PropertyRegistry.h
+++ b/third_party/WebKit/Source/core/css/PropertyRegistry.h
@@ -52,7 +52,6 @@
const CSSValue* initial,
PassRefPtr<CSSVariableData> initialVariableData);
const Registration* registration(const AtomicString&) const;
- size_t registrationCount() const { return m_registrations.size(); }
DEFINE_INLINE_TRACE() { visitor->trace(m_registrations); }

Powered by Google App Engine
This is Rietveld 408576698