Index: third_party/WebKit/Source/core/animation/CSSLengthInterpolationType.h |
diff --git a/third_party/WebKit/Source/core/animation/CSSLengthInterpolationType.h b/third_party/WebKit/Source/core/animation/CSSLengthInterpolationType.h |
index bbf804bd2b60f98dad4fa67c120e3d20ca83a024..fe942d8063075eedc3af5cd59d6d80568d7f912b 100644 |
--- a/third_party/WebKit/Source/core/animation/CSSLengthInterpolationType.h |
+++ b/third_party/WebKit/Source/core/animation/CSSLengthInterpolationType.h |
@@ -29,6 +29,7 @@ public: |
static PairwiseInterpolationValue staticMergeSingleConversions(InterpolationValue& start, InterpolationValue& end); |
static bool nonInterpolableValuesAreCompatible(const NonInterpolableValue*, const NonInterpolableValue*); |
static void composite(OwnPtr<InterpolableValue>&, RefPtr<NonInterpolableValue>&, double underlyingFraction, const InterpolableValue&, const NonInterpolableValue*); |
+ static void subtractFromOneHundredPercent(InterpolationValue& result); |
private: |
float effectiveZoom(const ComputedStyle&) const; |