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

Unified Diff: ui/views/animation/ink_drop_hover.cc

Issue 1944043002: Enabled tests to control material design ink drop animations. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@2704
Patch Set: Replaced unique_ptr with scoped_ptr. Created 4 years, 8 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/ink_drop_hover.cc
diff --git a/ui/views/animation/ink_drop_hover.cc b/ui/views/animation/ink_drop_hover.cc
index 9bb7b02d8958015a3eedd6acc34b943d79d8d1ae..f53a95a0284184c0d1aa1ab8a1a171cdc6d110b3 100644
--- a/ui/views/animation/ink_drop_hover.cc
+++ b/ui/views/animation/ink_drop_hover.cc
@@ -59,6 +59,10 @@ void InkDropHover::FadeOut(const base::TimeDelta& duration, bool explode) {
AnimateFade(FADE_OUT, duration, size_, explode ? explode_size_ : size_);
}
+test::InkDropHoverTestApi* InkDropHover::GetTestApi() {
+ return nullptr;
+}
+
void InkDropHover::AnimateFade(HoverAnimationType animation_type,
const base::TimeDelta& duration,
const gfx::Size& initial_size,
« no previous file with comments | « ui/views/animation/ink_drop_hover.h ('k') | ui/views/animation/test/ink_drop_animation_controller_impl_test_api.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698