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

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

Issue 1937103003: Rename of InkDropAnimation classes to InkDropRipple. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Removed test_ink_drop_animation_observer.h from views.gyp and doc update. 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/ink_drop_animation_controller_impl_test_api.h
diff --git a/ui/views/animation/test/ink_drop_animation_controller_impl_test_api.h b/ui/views/animation/test/ink_drop_animation_controller_impl_test_api.h
index 54b80c61b6fb02dc0b627eefaaf7fb55de720638..97cde577f5f73662bc049822c2e336bcb54e13c9 100644
--- a/ui/views/animation/test/ink_drop_animation_controller_impl_test_api.h
+++ b/ui/views/animation/test/ink_drop_animation_controller_impl_test_api.h
@@ -22,7 +22,7 @@ class InkDropHover;
namespace test {
// Test API to provide internal access to an InkDropAnimationControllerImpl
-// instance. This can also be used to control the InkDropAnimation and
+// instance. This can also be used to control the InkDropRipple and
// InkDropHover animations via the ui::test::MultiLayerAnimatorTestController
// API.
class InkDropAnimationControllerImplTestApi
@@ -42,7 +42,7 @@ class InkDropAnimationControllerImplTestApi
std::vector<ui::LayerAnimator*> GetLayerAnimators() override;
private:
- // The InkDropedAnimation to provide internal access to.
+ // The InkDropAnimationController to provide internal access to.
InkDropAnimationControllerImpl* ink_drop_controller_;
DISALLOW_COPY_AND_ASSIGN(InkDropAnimationControllerImplTestApi);

Powered by Google App Engine
This is Rietveld 408576698