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

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

Powered by Google App Engine
This is Rietveld 408576698