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

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

Issue 1411833006: Refactoring to make adding ink drop animations easier (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Attempt to refactor ink drop animations (wired up chained EventHandler) Created 5 years, 1 month 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 4a30ff65759036c6f51a617f2abd0732326321d1..b853820c1ac3cb42784b33db98609261f420c842 100644
--- a/ui/views/animation/test/test_ink_drop_host.cc
+++ b/ui/views/animation/test/test_ink_drop_host.cc
@@ -14,4 +14,8 @@ void TestInkDropHost::AddInkDropLayer(ui::Layer* ink_drop_layer) {}
void TestInkDropHost::RemoveInkDropLayer(ui::Layer* ink_drop_layer) {}
+gfx::Point TestInkDropHost::CalculateInkDropCenter() const {
+ return gfx::Point();
+}
+
} // namespace views

Powered by Google App Engine
This is Rietveld 408576698