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

Unified Diff: ui/views/animation/ink_drop_hover_unittest.cc

Issue 1924663007: Expand the Material Design hover as it fades out when a ripple is triggered. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@2704
Patch Set: Created 4 years, 8 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
« no previous file with comments | « ui/views/animation/ink_drop_hover.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/views/animation/ink_drop_hover_unittest.cc
diff --git a/ui/views/animation/ink_drop_hover_unittest.cc b/ui/views/animation/ink_drop_hover_unittest.cc
index 5657569ad2353668b818db36d427ed17f749c091..7eded5631310c622383fa22738bcd53096c94e09 100644
--- a/ui/views/animation/ink_drop_hover_unittest.cc
+++ b/ui/views/animation/ink_drop_hover_unittest.cc
@@ -51,7 +51,8 @@ TEST_F(InkDropHoverTest, IsHoveredStateTransitions) {
ink_drop_hover->FadeIn(base::TimeDelta::FromMilliseconds(0));
EXPECT_TRUE(ink_drop_hover->IsFadingInOrVisible());
- ink_drop_hover->FadeOut(base::TimeDelta::FromMilliseconds(0));
+ ink_drop_hover->FadeOut(base::TimeDelta::FromMilliseconds(0),
+ false /* explode */);
EXPECT_FALSE(ink_drop_hover->IsFadingInOrVisible());
}
« no previous file with comments | « ui/views/animation/ink_drop_hover.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698