| Index: third_party/WebKit/Source/core/animation/NumberInterpolationType.h
|
| diff --git a/third_party/WebKit/Source/core/animation/NumberInterpolationType.h b/third_party/WebKit/Source/core/animation/NumberInterpolationType.h
|
| deleted file mode 100644
|
| index ee1a70e988ba4d47df36916ccf2edbece9009cd7..0000000000000000000000000000000000000000
|
| --- a/third_party/WebKit/Source/core/animation/NumberInterpolationType.h
|
| +++ /dev/null
|
| @@ -1,31 +0,0 @@
|
| -// Copyright 2015 The Chromium Authors. All rights reserved.
|
| -// Use of this source code is governed by a BSD-style license that can be
|
| -// found in the LICENSE file.
|
| -
|
| -#ifndef NumberInterpolationType_h
|
| -#define NumberInterpolationType_h
|
| -
|
| -#include "core/animation/CSSInterpolationType.h"
|
| -
|
| -namespace blink {
|
| -
|
| -class NumberInterpolationType : public CSSInterpolationType {
|
| -public:
|
| - NumberInterpolationType(CSSPropertyID property)
|
| - : CSSInterpolationType(property)
|
| - { }
|
| -
|
| - PassOwnPtr<InterpolationValue> maybeConvertUnderlyingValue(const InterpolationEnvironment&) const final;
|
| - void apply(const InterpolableValue&, const NonInterpolableValue*, InterpolationEnvironment&) const final;
|
| -
|
| -private:
|
| - PassOwnPtr<InterpolationValue> createNumberValue(double number) const;
|
| - PassOwnPtr<InterpolationValue> maybeConvertNeutral(const UnderlyingValue&, ConversionCheckers&) const final;
|
| - PassOwnPtr<InterpolationValue> maybeConvertInitial() const final;
|
| - PassOwnPtr<InterpolationValue> maybeConvertInherit(const StyleResolverState*, ConversionCheckers&) const final;
|
| - PassOwnPtr<InterpolationValue> maybeConvertValue(const CSSValue&, const StyleResolverState*, ConversionCheckers&) const final;
|
| -};
|
| -
|
| -} // namespace blink
|
| -
|
| -#endif // NumberInterpolationType_h
|
|
|