| Index: third_party/WebKit/Source/core/animation/CSSInterpolationType.h
|
| diff --git a/third_party/WebKit/Source/core/animation/CSSInterpolationType.h b/third_party/WebKit/Source/core/animation/CSSInterpolationType.h
|
| index 4b39d33576aaef111be2ac139b4e1c764f3a55a8..123b6df9023db5622a4b2b20caafc1dddba21a1b 100644
|
| --- a/third_party/WebKit/Source/core/animation/CSSInterpolationType.h
|
| +++ b/third_party/WebKit/Source/core/animation/CSSInterpolationType.h
|
| @@ -12,7 +12,7 @@ namespace blink {
|
|
|
| class CSSInterpolationType : public InterpolationType {
|
| protected:
|
| - CSSInterpolationType(CSSPropertyID);
|
| + CSSInterpolationType(PropertyHandle);
|
|
|
| CSSPropertyID cssProperty() const { return getProperty().cssProperty(); }
|
|
|
|
|