Index: Source/core/animation/ShadowStyleInterpolation.h |
diff --git a/Source/core/animation/ShadowStyleInterpolation.h b/Source/core/animation/ShadowStyleInterpolation.h |
index fef279f4fecf5789e566b7968711112862ecffd3..84ff16358ab405100a380906c9109a585ea43638 100644 |
--- a/Source/core/animation/ShadowStyleInterpolation.h |
+++ b/Source/core/animation/ShadowStyleInterpolation.h |
@@ -39,7 +39,7 @@ private: |
return fromInterpolableValue(value, type, range); |
} |
- static PassOwnPtrWillBeRawPtr<InterpolableValue> lengthToInterpolableValue(PassRefPtrWillBeRawPtr<CSSPrimitiveValue>); |
+ static PassOwnPtrWillBeRawPtr<InterpolableValue> lengthToInterpolableValue(NullableCSSValue); |
friend class AnimationShadowStyleInterpolationTest; |
}; |