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

Unified Diff: ui/views/animation/ink_drop_host.h

Issue 1937103003: Rename of InkDropAnimation classes to InkDropRipple. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: 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/ink_drop_animation_unittest.cc ('k') | ui/views/animation/ink_drop_host_view.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/views/animation/ink_drop_host.h
diff --git a/ui/views/animation/ink_drop_host.h b/ui/views/animation/ink_drop_host.h
index 8d6dcb229e8087a98a2ac955995ce28e2f9921a1..88f07b1829c3fb34b6fc062df7c635fb78f74f55 100644
--- a/ui/views/animation/ink_drop_host.h
+++ b/ui/views/animation/ink_drop_host.h
@@ -17,7 +17,7 @@ class Layer;
namespace views {
-class InkDropAnimation;
+class InkDropRipple;
class InkDropHover;
// Used by the InkDropAnimationController to add and remove the ink drop layers
tdanderson 2016/05/02 18:49:33 Should be InkDropRippleController
bruthig 2016/05/02 19:47:52 Discussed offline. This will be done in a follow
@@ -39,7 +39,7 @@ class VIEWS_EXPORT InkDropHost {
virtual void RemoveInkDropLayer(ui::Layer* ink_drop_layer) = 0;
// Creates and returns the effect used for press.
- virtual std::unique_ptr<InkDropAnimation> CreateInkDropAnimation() const = 0;
+ virtual std::unique_ptr<InkDropRipple> CreateInkDropRipple() const = 0;
// Creates and returns the effect used for hover.
virtual std::unique_ptr<InkDropHover> CreateInkDropHover() const = 0;
« no previous file with comments | « ui/views/animation/ink_drop_animation_unittest.cc ('k') | ui/views/animation/ink_drop_host_view.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698