| Index: third_party/WebKit/Source/core/animation/ColorStyleInterpolation.h
|
| diff --git a/third_party/WebKit/Source/core/animation/ColorStyleInterpolation.h b/third_party/WebKit/Source/core/animation/ColorStyleInterpolation.h
|
| index 57c9b6f196f0dc77daf30e117af876b3e168c3bc..e106c9b9165c52bcd8df0e70233cccfaed435ef4 100644
|
| --- a/third_party/WebKit/Source/core/animation/ColorStyleInterpolation.h
|
| +++ b/third_party/WebKit/Source/core/animation/ColorStyleInterpolation.h
|
| @@ -7,6 +7,7 @@
|
|
|
| #include "core/CoreExport.h"
|
| #include "core/animation/StyleInterpolation.h"
|
| +#include "core/css/CSSColorValue.h"
|
| #include "core/css/CSSPrimitiveValue.h"
|
| #include "platform/graphics/Color.h"
|
|
|
| @@ -34,7 +35,7 @@ private:
|
| }
|
|
|
| static PassOwnPtr<InterpolableValue> colorToInterpolableValue(const CSSValue&);
|
| - static PassRefPtrWillBeRawPtr<CSSPrimitiveValue> interpolableValueToColor(const InterpolableValue&);
|
| + static PassRefPtrWillBeRawPtr<CSSColorValue> interpolableValueToColor(const InterpolableValue&);
|
|
|
| friend class AnimationColorStyleInterpolationTest;
|
| friend class ShadowStyleInterpolation;
|
|
|