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

Unified Diff: third_party/WebKit/Source/core/animation/CSSLengthPairInterpolationType.h

Issue 2309873003: Extend PropertyHandle to include custom property identifiers (Closed)
Patch Set: Add unit tests Created 4 years, 3 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/animation/CSSLengthPairInterpolationType.h
diff --git a/third_party/WebKit/Source/core/animation/CSSLengthPairInterpolationType.h b/third_party/WebKit/Source/core/animation/CSSLengthPairInterpolationType.h
index d167f92ee008e964e182101586599495d55da392..41ac4dcc5b9babc887e5e13f6d3f25c31e9d7886 100644
--- a/third_party/WebKit/Source/core/animation/CSSLengthPairInterpolationType.h
+++ b/third_party/WebKit/Source/core/animation/CSSLengthPairInterpolationType.h
@@ -14,7 +14,7 @@ namespace blink {
class CSSLengthPairInterpolationType : public CSSLengthListInterpolationType {
public:
- CSSLengthPairInterpolationType(CSSPropertyID property)
+ CSSLengthPairInterpolationType(PropertyHandle property)
: CSSLengthListInterpolationType(property)
{ }

Powered by Google App Engine
This is Rietveld 408576698