| Index: Source/core/animation/AnimatableLengthTest.cpp
|
| diff --git a/Source/core/animation/AnimatableLengthTest.cpp b/Source/core/animation/AnimatableLengthTest.cpp
|
| index 3574a66279b6128244620900760e73119db0d249..fac2e289996542a21fd9cefbb3be75229c7b018a 100644
|
| --- a/Source/core/animation/AnimatableLengthTest.cpp
|
| +++ b/Source/core/animation/AnimatableLengthTest.cpp
|
| @@ -51,8 +51,8 @@ class AnimationAnimatableLengthTest : public ::testing::Test {
|
| protected:
|
| AnimationAnimatableLengthTest()
|
| : style(RenderStyle::createDefaultStyle())
|
| - , conversionDataZoom1(style.get(), style.get(), 1.0f)
|
| - , conversionDataZoom3(style.get(), style.get(), 3.0f)
|
| + , conversionDataZoom1(style.get(), style.get(), 0, 1.0f)
|
| + , conversionDataZoom3(style.get(), style.get(), 0, 3.0f)
|
| {
|
| }
|
|
|
|
|