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_factory_unittest.cc

Issue 2034963002: Rename InkDropHover to InkDropHighlight (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: fix gyp file Created 4 years, 6 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 | « chrome/browser/ui/views/toolbar/toolbar_action_view.cc ('k') | ui/views/animation/ink_drop_highlight.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/views/animation/ink_drop_factory_unittest.cc
diff --git a/ui/views/animation/ink_drop_factory_unittest.cc b/ui/views/animation/ink_drop_factory_unittest.cc
index 3afc90393e74b3246e0843c6e35acb74851cfa07..5cff565688fe6f1908e86252d633e3548cb9ad21 100644
--- a/ui/views/animation/ink_drop_factory_unittest.cc
+++ b/ui/views/animation/ink_drop_factory_unittest.cc
@@ -104,7 +104,7 @@ TEST_P(InkDropFactoryTest,
TEST_P(InkDropFactoryTest,
VerifyInkDropLayersRemovedAfterDestructionWhenHoverIsActive) {
- test_ink_drop_host_.set_should_show_hover(true);
+ 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());
« no previous file with comments | « chrome/browser/ui/views/toolbar/toolbar_action_view.cc ('k') | ui/views/animation/ink_drop_highlight.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698