| Index: Source/core/platform/graphics/chromium/AnimationTranslationUtilTest.cpp
 | 
| diff --git a/Source/core/platform/graphics/chromium/AnimationTranslationUtilTest.cpp b/Source/core/platform/graphics/chromium/AnimationTranslationUtilTest.cpp
 | 
| index 9d25fd784c847b088f2ee255181de45f7f6730f4..09f80b08678a76a5da1eb042d0edb40f1f3bd1a6 100644
 | 
| --- a/Source/core/platform/graphics/chromium/AnimationTranslationUtilTest.cpp
 | 
| +++ b/Source/core/platform/graphics/chromium/AnimationTranslationUtilTest.cpp
 | 
| @@ -46,7 +46,7 @@ namespace {
 | 
|  bool animationCanBeTranslated(const KeyframeValueList& values, CSSAnimationData* animation)
 | 
|  {
 | 
|      IntSize boxSize;
 | 
| -    return createWebAnimation(values, animation, 0, 0, boxSize);
 | 
| +    return createWebAnimation(values, animation, 0, 0, boxSize, 0);
 | 
|  }
 | 
|  
 | 
|  TEST(AnimationTranslationUtilTest, createOpacityAnimation)
 | 
| 
 |