Index: ui/views/animation/ink_drop_stub.cc |
diff --git a/ui/views/animation/ink_drop_stub.cc b/ui/views/animation/ink_drop_stub.cc |
index 734173f4b6f86cdba3ab398565dc494054743dc7..2883d89db82e633bdda39701187d69ab55331025 100644 |
--- a/ui/views/animation/ink_drop_stub.cc |
+++ b/ui/views/animation/ink_drop_stub.cc |
@@ -24,4 +24,12 @@ void InkDropStub::SetHovered(bool is_hovered) {} |
void InkDropStub::SetFocused(bool is_hovered) {} |
+bool InkDropStub::IsHighlightFadingInOrVisible() const { |
+ return false; |
+} |
+ |
+void InkDropStub::SetShowHighlightOnHover(bool show_highlight_on_hover) {} |
+ |
+void InkDropStub::SetShowHighlightOnFocus(bool show_highlight_on_focus) {} |
+ |
} // namespace views |