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

Unified Diff: third_party/WebKit/Source/core/animation/CSSBasicShapeInterpolationType.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/CSSBasicShapeInterpolationType.h
diff --git a/third_party/WebKit/Source/core/animation/CSSBasicShapeInterpolationType.h b/third_party/WebKit/Source/core/animation/CSSBasicShapeInterpolationType.h
index e46cb499517a0ef5f929c143217f3202e26c49a3..88ae8c9a4cf6361fb90aff4875f8a8108b29f253 100644
--- a/third_party/WebKit/Source/core/animation/CSSBasicShapeInterpolationType.h
+++ b/third_party/WebKit/Source/core/animation/CSSBasicShapeInterpolationType.h
@@ -11,7 +11,7 @@ namespace blink {
class CSSBasicShapeInterpolationType : public CSSInterpolationType {
public:
- CSSBasicShapeInterpolationType(CSSPropertyID property)
+ CSSBasicShapeInterpolationType(PropertyHandle property)
: CSSInterpolationType(property)
{ }

Powered by Google App Engine
This is Rietveld 408576698