| Index: third_party/WebKit/Source/core/animation/CompositorAnimationsTest.cpp
|
| diff --git a/third_party/WebKit/Source/core/animation/CompositorAnimationsTest.cpp b/third_party/WebKit/Source/core/animation/CompositorAnimationsTest.cpp
|
| index 0eeb87f731708876111e5ed2782dbe8c5a86429d..c893cd4adb85b0df5c8508b067ae2c74c5f5ed85 100644
|
| --- a/third_party/WebKit/Source/core/animation/CompositorAnimationsTest.cpp
|
| +++ b/third_party/WebKit/Source/core/animation/CompositorAnimationsTest.cpp
|
| @@ -1233,7 +1233,8 @@ TEST_F(AnimationCompositorAnimationsTest,
|
| timing, *element.get(), animation2, *animationEffect2, 1));
|
| EXPECT_FALSE(animation2->hasActiveAnimationsOnCompositor());
|
|
|
| - // A fallback to blink implementation needed, so cancel all compositor-side opacity animations for this element.
|
| + // A fallback to blink implementation needed, so cancel all compositor-side
|
| + // opacity animations for this element.
|
| animation2->cancelIncompatibleAnimationsOnCompositor();
|
|
|
| EXPECT_FALSE(animation1->hasActiveAnimationsOnCompositor());
|
|
|