| Index: Source/core/animation/css/CSSAnimatableValueFactory.h
|
| diff --git a/Source/core/animation/css/CSSAnimatableValueFactory.h b/Source/core/animation/css/CSSAnimatableValueFactory.h
|
| index a8ae0387547712fbef3dfdee56b576151ada6280..441e5724312b7b6cf4fa3ca07a64fb88293b544e 100644
|
| --- a/Source/core/animation/css/CSSAnimatableValueFactory.h
|
| +++ b/Source/core/animation/css/CSSAnimatableValueFactory.h
|
| @@ -37,13 +37,13 @@
|
|
|
| namespace blink {
|
|
|
| -class LayoutStyle;
|
| +class ComputedStyle;
|
|
|
| class CSSAnimatableValueFactory {
|
| public:
|
| - static PassRefPtrWillBeRawPtr<AnimatableValue> create(CSSPropertyID, const LayoutStyle&);
|
| + static PassRefPtrWillBeRawPtr<AnimatableValue> create(CSSPropertyID, const ComputedStyle&);
|
| private:
|
| - static PassRefPtrWillBeRawPtr<AnimatableValue> createFromColor(CSSPropertyID, const LayoutStyle&);
|
| + static PassRefPtrWillBeRawPtr<AnimatableValue> createFromColor(CSSPropertyID, const ComputedStyle&);
|
| };
|
|
|
| } // namespace blink
|
|
|