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

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

Powered by Google App Engine
This is Rietveld 408576698