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

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

Issue 1900283002: Added ui::test::MultiLayerAnimatorTestController and Delegate. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Updated gn build. 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
« no previous file with comments | « ui/views/animation/test/square_ink_drop_animation_test_api.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/views/animation/test/square_ink_drop_animation_test_api.cc
diff --git a/ui/views/animation/test/square_ink_drop_animation_test_api.cc b/ui/views/animation/test/square_ink_drop_animation_test_api.cc
index 2e47eb28b7a9d6c4ee32f163fe7edc80d1ebc5be..e098aa075bbb2ed054ea5d883b0f8ced19db0fa4 100644
--- a/ui/views/animation/test/square_ink_drop_animation_test_api.cc
+++ b/ui/views/animation/test/square_ink_drop_animation_test_api.cc
@@ -39,7 +39,7 @@ float SquareInkDropAnimationTestApi::GetCurrentOpacity() const {
}
std::vector<ui::LayerAnimator*>
-SquareInkDropAnimationTestApi::GetLayerAnimators() const {
+SquareInkDropAnimationTestApi::GetLayerAnimators() {
std::vector<ui::LayerAnimator*> animators =
InkDropAnimationTestApi::GetLayerAnimators();
animators.push_back(ink_drop_animation()->GetRootLayer()->GetAnimator());
« no previous file with comments | « ui/views/animation/test/square_ink_drop_animation_test_api.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698