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 f1bc3af97365dcea03083915990ff8d54711ede1..7a5ad3e53eb84314911206b7a967a8191e25328f 100644 |
--- a/ui/views/animation/test/test_ink_drop_host.cc |
+++ b/ui/views/animation/test/test_ink_drop_host.cc |
@@ -119,4 +119,6 @@ std::unique_ptr<InkDropHighlight> TestInkDropHost::CreateInkDropHighlight() |
return highlight; |
} |
+void TestInkDropHost::OffsetInkDropRipple(const gfx::Vector2d& offset) {} |
+ |
} // namespace views |