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

Unified Diff: third_party/WebKit/Source/core/animation/CSSColorInterpolationType.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/CSSColorInterpolationType.h
diff --git a/third_party/WebKit/Source/core/animation/CSSColorInterpolationType.h b/third_party/WebKit/Source/core/animation/CSSColorInterpolationType.h
index 23c64f433dc0d3137b35e8518d1ec6eae62c55af..8ab98c682afc89ce2456713f1eaa95853028a770 100644
--- a/third_party/WebKit/Source/core/animation/CSSColorInterpolationType.h
+++ b/third_party/WebKit/Source/core/animation/CSSColorInterpolationType.h
@@ -16,7 +16,7 @@ class StyleColor;
class CSSColorInterpolationType : public CSSInterpolationType {
public:
- CSSColorInterpolationType(CSSPropertyID property)
+ CSSColorInterpolationType(PropertyHandle property)
: CSSInterpolationType(property)
{ }

Powered by Google App Engine
This is Rietveld 408576698