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

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

Issue 2396133005: [ash-md] Animates ToggleButton highlight to move it in sync with the thumb (Closed)
Patch Set: Created 4 years, 2 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 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

Powered by Google App Engine
This is Rietveld 408576698