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

Unified Diff: ui/views/animation/test/flood_fill_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
Index: ui/views/animation/test/flood_fill_ink_drop_animation_test_api.cc
diff --git a/ui/views/animation/test/flood_fill_ink_drop_animation_test_api.cc b/ui/views/animation/test/flood_fill_ink_drop_animation_test_api.cc
index 7378e634f85af771c06556af8463cb9a656cfb72..eb7385edd408a82922dd1495c300b586abdbd3ed 100644
--- a/ui/views/animation/test/flood_fill_ink_drop_animation_test_api.cc
+++ b/ui/views/animation/test/flood_fill_ink_drop_animation_test_api.cc
@@ -31,7 +31,7 @@ float FloodFillInkDropAnimationTestApi::GetCurrentOpacity() const {
}
std::vector<ui::LayerAnimator*>
-FloodFillInkDropAnimationTestApi::GetLayerAnimators() const {
+FloodFillInkDropAnimationTestApi::GetLayerAnimators() {
std::vector<ui::LayerAnimator*> animators =
InkDropAnimationTestApi::GetLayerAnimators();
animators.push_back(ink_drop_animation()->GetRootLayer()->GetAnimator());

Powered by Google App Engine
This is Rietveld 408576698