Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(223)

Unified Diff: third_party/WebKit/Source/core/animation/CompositorAnimationsTest.cpp

Issue 2384263003: Reflow comments in core/animation and subdirs (Closed)
Patch Set: Created 4 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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());

Powered by Google App Engine
This is Rietveld 408576698