| Index: Source/core/animation/animatable/AnimatableLengthTest.cpp
|
| diff --git a/Source/core/animation/animatable/AnimatableLengthTest.cpp b/Source/core/animation/animatable/AnimatableLengthTest.cpp
|
| index e5ef607a55c092f877a29c92850ae6e30251403c..459b3568328a8643290c2210ae6f77f68f4f2d7d 100644
|
| --- a/Source/core/animation/animatable/AnimatableLengthTest.cpp
|
| +++ b/Source/core/animation/animatable/AnimatableLengthTest.cpp
|
| @@ -3,23 +3,21 @@
|
| // found in the LICENSE file.
|
|
|
| #include "config.h"
|
| -
|
| #include "core/animation/animatable/AnimatableLength.h"
|
|
|
| #include "platform/CalculationValue.h"
|
| -
|
| #include <gtest/gtest.h>
|
|
|
| namespace blink {
|
|
|
| namespace {
|
|
|
| - PassRefPtrWillBeRawPtr<AnimatableLength> create(const Length& length, double zoom = 1)
|
| - {
|
| - return AnimatableLength::create(length, zoom);
|
| - }
|
| +PassRefPtrWillBeRawPtr<AnimatableLength> create(const Length& length, double zoom = 1)
|
| +{
|
| + return AnimatableLength::create(length, zoom);
|
| +}
|
|
|
| -} // namespace
|
| +} // anonymous namespace
|
|
|
| TEST(AnimationAnimatableLengthTest, RoundTripConversion)
|
| {
|
|
|