| Index: sky/engine/core/animation/animatable/AnimatableLengthTest.cpp
|
| diff --git a/sky/engine/core/animation/animatable/AnimatableLengthTest.cpp b/sky/engine/core/animation/animatable/AnimatableLengthTest.cpp
|
| index 6165b0f57ff1e35a6675c4366010de203d8edd9f..ba14bbd8e4a6dde037d94180b88e294ff233abb8 100644
|
| --- a/sky/engine/core/animation/animatable/AnimatableLengthTest.cpp
|
| +++ b/sky/engine/core/animation/animatable/AnimatableLengthTest.cpp
|
| @@ -14,9 +14,9 @@ namespace blink {
|
|
|
| namespace {
|
|
|
| - PassRefPtr<AnimatableLength> create(const Length& length, double zoom = 1)
|
| + PassRefPtr<AnimatableLength> create(const Length& length)
|
| {
|
| - return AnimatableLength::create(length, zoom);
|
| + return AnimatableLength::create(length);
|
| }
|
|
|
| } // namespace
|
|
|