| Index: third_party/WebKit/Source/core/animation/CSSShadowListInterpolationType.h
|
| diff --git a/third_party/WebKit/Source/core/animation/CSSShadowListInterpolationType.h b/third_party/WebKit/Source/core/animation/CSSShadowListInterpolationType.h
|
| index 0fea639cc2a2bc66a2540d152fdfad947706abe3..ad62a0f2d5e389a8e26a474ebf49537e231bd117 100644
|
| --- a/third_party/WebKit/Source/core/animation/CSSShadowListInterpolationType.h
|
| +++ b/third_party/WebKit/Source/core/animation/CSSShadowListInterpolationType.h
|
| @@ -13,7 +13,7 @@ class ShadowList;
|
|
|
| class CSSShadowListInterpolationType : public CSSInterpolationType {
|
| public:
|
| - CSSShadowListInterpolationType(CSSPropertyID property)
|
| + CSSShadowListInterpolationType(PropertyHandle property)
|
| : CSSInterpolationType(property)
|
| { }
|
|
|
|
|