| Index: third_party/WebKit/Source/core/animation/css/CSSAnimatableValueFactory.h
|
| diff --git a/third_party/WebKit/Source/core/animation/css/CSSAnimatableValueFactory.h b/third_party/WebKit/Source/core/animation/css/CSSAnimatableValueFactory.h
|
| index aec2e8a58ae21028c11fd3862055b11fceb87202..cc75ba30eb88e0535479345d3e58069794fff851 100644
|
| --- a/third_party/WebKit/Source/core/animation/css/CSSAnimatableValueFactory.h
|
| +++ b/third_party/WebKit/Source/core/animation/css/CSSAnimatableValueFactory.h
|
| @@ -39,18 +39,13 @@
|
| namespace blink {
|
|
|
| class ComputedStyle;
|
| -class PropertyHandle;
|
|
|
| class CSSAnimatableValueFactory {
|
| STATIC_ONLY(CSSAnimatableValueFactory);
|
|
|
| public:
|
| - static PassRefPtr<AnimatableValue> Create(const PropertyHandle&,
|
| + static PassRefPtr<AnimatableValue> Create(CSSPropertyID,
|
| const ComputedStyle&);
|
| -
|
| - private:
|
| - static PassRefPtr<AnimatableValue> CreateFromColor(CSSPropertyID,
|
| - const ComputedStyle&);
|
| };
|
|
|
| } // namespace blink
|
|
|