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

Unified Diff: ui/views/animation/test/flood_fill_ink_drop_animation_test_api.h

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.h
diff --git a/ui/views/animation/test/flood_fill_ink_drop_animation_test_api.h b/ui/views/animation/test/flood_fill_ink_drop_animation_test_api.h
index 61446cf01e7d4f09151a96f2c9209772192b314b..9e3436a9ba89ab4788c1b47ca46bacbfc76e1685 100644
--- a/ui/views/animation/test/flood_fill_ink_drop_animation_test_api.h
+++ b/ui/views/animation/test/flood_fill_ink_drop_animation_test_api.h
@@ -34,7 +34,7 @@ class FloodFillInkDropAnimationTestApi : public InkDropAnimationTestApi {
protected:
// InkDropAnimationTestApi:
- std::vector<ui::LayerAnimator*> GetLayerAnimators() const override;
+ std::vector<ui::LayerAnimator*> GetLayerAnimators() override;
private:
FloodFillInkDropAnimation* ink_drop_animation() {

Powered by Google App Engine
This is Rietveld 408576698