Index: third_party/WebKit/Source/platform/graphics/GraphicsLayerTest.cpp |
diff --git a/third_party/WebKit/Source/platform/graphics/GraphicsLayerTest.cpp b/third_party/WebKit/Source/platform/graphics/GraphicsLayerTest.cpp |
index 8fab760b04d6e5c108712d54c73f58f13a8fcd49..9a9e7a8b44bf56a1d94823465798ba3acf641ea0 100644 |
--- a/third_party/WebKit/Source/platform/graphics/GraphicsLayerTest.cpp |
+++ b/third_party/WebKit/Source/platform/graphics/GraphicsLayerTest.cpp |
@@ -109,9 +109,10 @@ TEST_F(GraphicsLayerTest, updateLayerShouldFlattenTransformWithAnimations) { |
std::unique_ptr<CompositorFloatAnimationCurve> curve = |
CompositorFloatAnimationCurve::create(); |
- curve->addKeyframe(CompositorFloatKeyframe( |
- 0.0, 0.0, *CubicBezierTimingFunction::preset( |
- CubicBezierTimingFunction::EaseType::EASE))); |
+ curve->addKeyframe( |
+ CompositorFloatKeyframe(0.0, 0.0, |
+ *CubicBezierTimingFunction::preset( |
+ CubicBezierTimingFunction::EaseType::EASE))); |
std::unique_ptr<CompositorAnimation> floatAnimation( |
CompositorAnimation::create(*curve, CompositorTargetProperty::OPACITY, 0, |
0)); |