Index: third_party/WebKit/Source/core/animation/InvalidatableInterpolation.cpp |
diff --git a/third_party/WebKit/Source/core/animation/InvalidatableInterpolation.cpp b/third_party/WebKit/Source/core/animation/InvalidatableInterpolation.cpp |
index 2875318c06d29dea52cdc4fbffaa3f993589ac0d..0469838a9cfdbe946eb2b81a3147cedcf517114f 100644 |
--- a/third_party/WebKit/Source/core/animation/InvalidatableInterpolation.cpp |
+++ b/third_party/WebKit/Source/core/animation/InvalidatableInterpolation.cpp |
@@ -179,7 +179,7 @@ void InvalidatableInterpolation::applyStack(const ActiveInterpolations& interpol |
if (interpolations.size() == 1) { |
if (firstValue) { |
firstInterpolation.setFlagIfInheritUsed(environment); |
- firstValue->type().apply(firstValue->interpolableValue(), firstValue->nonInterpolableValue(), environment); |
+ firstValue->type().apply(firstValue->interpolableValue(), firstValue->getNonInterpolableValue(), environment); |
} |
return; |
} |