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 0835cad31a8ce13950409aaf61e1074b56b84698..8f3472f62a97dece3ab120a9ec90e82642abb732 100644 |
--- a/third_party/WebKit/Source/core/animation/CSSShadowListInterpolationType.h |
+++ b/third_party/WebKit/Source/core/animation/CSSShadowListInterpolationType.h |
@@ -16,8 +16,8 @@ class CSSShadowListInterpolationType : public CSSInterpolationType { |
CSSShadowListInterpolationType(PropertyHandle property) |
: CSSInterpolationType(property) {} |
- InterpolationValue maybeConvertUnderlyingValue( |
- const InterpolationEnvironment&) const final; |
+ InterpolationValue maybeConvertStandardPropertyUnderlyingValue( |
+ const StyleResolverState&) const final; |
void composite(UnderlyingValueOwner&, |
double underlyingFraction, |
const InterpolationValue&, |