Index: ui/views/animation/test/test_ink_drop.cc |
diff --git a/ui/views/animation/test/test_ink_drop.cc b/ui/views/animation/test/test_ink_drop.cc |
index 061cb7eaef473df8ce1b9d8416cf6068b947c3b7..ecaeee012555ae3c45b09a53d34fe510fed75ecf 100644 |
--- a/ui/views/animation/test/test_ink_drop.cc |
+++ b/ui/views/animation/test/test_ink_drop.cc |
@@ -30,5 +30,13 @@ void TestInkDrop::SetHovered(bool is_hovered) { |
void TestInkDrop::SetFocused(bool is_focused) {} |
+bool TestInkDrop::IsHighlightFadingInOrVisible() const { |
+ return false; |
+} |
+ |
+void TestInkDrop::SetShowHighlightOnHover(bool show_highlight_on_hover) {} |
+ |
+void TestInkDrop::SetShowHighlightOnFocus(bool show_highlight_on_focus) {} |
+ |
} // namespace test |
} // namespace views |