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 |