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

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

Issue 2447523002: [ash-md] Added different highlighting modes to the InkDropImpl. (Closed)
Patch Set: Fixed InkDropHostView::GetInkDrop() to use CreateInkDrop(). Created 4 years, 1 month 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_ripple.h ('k') | ui/views/animation/square_ink_drop_ripple.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/views/animation/ink_drop_unittest.cc
diff --git a/ui/views/animation/ink_drop_unittest.cc b/ui/views/animation/ink_drop_unittest.cc
index 9ba9828ac919053833996070348eec054d432989..4866bc511cdb80a13cfde783f1f8982a15d27a44 100644
--- a/ui/views/animation/ink_drop_unittest.cc
+++ b/ui/views/animation/ink_drop_unittest.cc
@@ -87,14 +87,6 @@ TEST_P(InkDropTest,
EXPECT_EQ(0, test_ink_drop_host_.num_ink_drop_layers());
}
-TEST_P(InkDropTest,
- VerifyInkDropLayersRemovedAfterDestructionWhenHoverIsActive) {
- test_ink_drop_host_.set_should_show_highlight(true);
- ink_drop_->SetHovered(true);
- ink_drop_.reset();
- EXPECT_EQ(0, test_ink_drop_host_.num_ink_drop_layers());
-}
-
TEST_P(InkDropTest, StateIsHiddenInitially) {
EXPECT_EQ(InkDropState::HIDDEN, ink_drop_->GetTargetInkDropState());
}
« no previous file with comments | « ui/views/animation/ink_drop_ripple.h ('k') | ui/views/animation/square_ink_drop_ripple.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698