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

Unified Diff: ui/views/animation/test/test_ink_drop_host.cc

Issue 1390113006: Added material design mouse hover feedback support. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Moved MouseEntered/Exit() to hover handling in to the ButtonInkDropDelegate. Created 4 years, 11 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: ui/views/animation/test/test_ink_drop_host.cc
diff --git a/ui/views/animation/test/test_ink_drop_host.cc b/ui/views/animation/test/test_ink_drop_host.cc
index 689f99768778f1559917fa3c601c3adc92d8936c..d5132a17d95f93c0accf00071a1822d42aa4f137 100644
--- a/ui/views/animation/test/test_ink_drop_host.cc
+++ b/ui/views/animation/test/test_ink_drop_host.cc
@@ -22,4 +22,8 @@ gfx::Point TestInkDropHost::CalculateInkDropCenter() const {
return gfx::Point();
}
+bool TestInkDropHost::ShouldShowInkDropHover() const {
+ return false;
+}
+
} // namespace views

Powered by Google App Engine
This is Rietveld 408576698