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 754ecd930b561b670df196ed9ce4375b2bf7c783..0835cad31a8ce13950409aaf61e1074b56b84698 100644 |
--- a/third_party/WebKit/Source/core/animation/CSSShadowListInterpolationType.h |
+++ b/third_party/WebKit/Source/core/animation/CSSShadowListInterpolationType.h |
@@ -22,9 +22,9 @@ class CSSShadowListInterpolationType : public CSSInterpolationType { |
double underlyingFraction, |
const InterpolationValue&, |
double interpolationFraction) const final; |
- void apply(const InterpolableValue&, |
- const NonInterpolableValue*, |
- InterpolationEnvironment&) const final; |
+ void applyStandardPropertyValue(const InterpolableValue&, |
+ const NonInterpolableValue*, |
+ StyleResolverState&) const final; |
private: |
InterpolationValue convertShadowList(const ShadowList*, double zoom) const; |