| Index: third_party/WebKit/Source/core/animation/ImageListInterpolationType.h
|
| diff --git a/third_party/WebKit/Source/core/animation/ImageListInterpolationType.h b/third_party/WebKit/Source/core/animation/ImageListInterpolationType.h
|
| deleted file mode 100644
|
| index 8e40f8364d6f5957fdadc760e22164c804098e8b..0000000000000000000000000000000000000000
|
| --- a/third_party/WebKit/Source/core/animation/ImageListInterpolationType.h
|
| +++ /dev/null
|
| @@ -1,36 +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 ImageListInterpolationType_h
|
| -#define ImageListInterpolationType_h
|
| -
|
| -#include "core/animation/CSSInterpolationType.h"
|
| -#include "core/animation/ImageListPropertyFunctions.h"
|
| -
|
| -namespace blink {
|
| -
|
| -class ImageListInterpolationType : public CSSInterpolationType {
|
| -public:
|
| - ImageListInterpolationType(CSSPropertyID property)
|
| - : CSSInterpolationType(property)
|
| - { }
|
| -
|
| - PassOwnPtr<InterpolationValue> maybeConvertUnderlyingValue(const InterpolationEnvironment&) const final;
|
| - void composite(UnderlyingValue&, double underlyingFraction, const InterpolationValue&) const final;
|
| - void apply(const InterpolableValue&, const NonInterpolableValue*, InterpolationEnvironment&) const final;
|
| -
|
| -private:
|
| - PassOwnPtr<InterpolationValue> maybeConvertStyleImageList(const StyleImageList&) 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;
|
| -
|
| - PassOwnPtr<PairwisePrimitiveInterpolation> mergeSingleConversions(InterpolationValue& startValue, InterpolationValue& endValue) const final;
|
| -};
|
| -
|
| -} // namespace blink
|
| -
|
| -#endif // ImageListInterpolationType_h
|
|
|